Searched refs:getSelfType (Results 1 – 6 of 6) sorted by relevance
/external/clang/lib/CodeGen/ |
D | ObjectFilePCHContainerOperations.cpp | 124 ArgTypes.push_back(D->getSelfType(Ctx, D->getClassInterface(), in VisitObjCMethodDecl()
|
/external/llvm-project/clang/lib/CodeGen/ |
D | ObjectFilePCHContainerOperations.cpp | 121 ArgTypes.push_back(D->getSelfType(Ctx, D->getClassInterface(), in VisitObjCMethodDecl()
|
/external/clang/lib/AST/ |
D | DeclObjC.cpp | 1005 QualType ObjCMethodDecl::getSelfType(ASTContext &Context, in getSelfType() function in ObjCMethodDecl 1054 getSelfType(Context, OID, selfIsPseudoStrong, selfIsConsumed); in createImplicitParams()
|
/external/llvm-project/clang/lib/AST/ |
D | DeclObjC.cpp | 1093 QualType ObjCMethodDecl::getSelfType(ASTContext &Context, in getSelfType() function in ObjCMethodDecl 1142 getSelfType(Context, OID, selfIsPseudoStrong, selfIsConsumed); in createImplicitParams()
|
/external/clang/include/clang/AST/ |
D | DeclObjC.h | 403 QualType getSelfType(ASTContext &Context, const ObjCInterfaceDecl *OID,
|
/external/llvm-project/clang/include/clang/AST/ |
D | DeclObjC.h | 420 QualType getSelfType(ASTContext &Context, const ObjCInterfaceDecl *OID,
|