reference, declarationdefinition
definition → references, declarations, derived classes, virtual overrides
reference to multiple definitions → definitions
unreferenced

Declarations

tools/clang/include/clang/AST/ASTContext.h
 1163   QualType getObjCGCQualType(QualType T, Qualifiers::GC gcAttr) const;

References

tools/clang/lib/AST/ASTContext.cpp
 2793       QualType ResultType = getObjCGCQualType(Pointee, GCAttr);
 8892       return mergeTypes(LHS, getObjCGCQualType(RHS, Qualifiers::Strong));
 8895       return mergeTypes(getObjCGCQualType(LHS, Qualifiers::Strong), RHS);
tools/clang/lib/Sema/SemaObjCProperty.cpp
 1212             Context.getObjCGCQualType(PropertyIvarType, Qualifiers::Weak);
tools/clang/lib/Sema/SemaType.cpp
 6299   type = S.Context.getObjCGCQualType(origType, GCAttr);