Searched defs:ClassLoc (Results 1 – 4 of 4) sorted by relevance
/external/clang/tools/libclang/ |
D | IndexingContext.cpp | 518 SourceLocation ClassLoc = D->getLocation(); in handleObjCCategory() local 551 SourceLocation ClassLoc = D->getLocation(); in handleObjCCategoryImpl() local
|
/external/clang/lib/Sema/ |
D | SemaDeclObjC.cpp | 470 SourceLocation ClassLoc, in ActOnSuperClassOfClassInterface() 902 IdentifierInfo *ClassName, SourceLocation ClassLoc, in ActOnStartClassInterface() 1705 IdentifierInfo *ClassName, SourceLocation ClassLoc, in ActOnStartCategoryInterface() 1798 IdentifierInfo *ClassName, SourceLocation ClassLoc, in ActOnStartCategoryImplementation() 1858 IdentifierInfo *ClassName, SourceLocation ClassLoc, in ActOnStartClassImplementation()
|
D | SemaDeclCXX.cpp | 8901 SourceLocation ClassLoc = ClassDecl->getLocation(); in DeclareImplicitDefaultConstructor() local 9367 SourceLocation ClassLoc = ClassDecl->getLocation(); in DeclareImplicitDestructor() local 10047 SourceLocation ClassLoc = ClassDecl->getLocation(); in DeclareImplicitCopyAssignment() local 10438 SourceLocation ClassLoc = ClassDecl->getLocation(); in DeclareImplicitMoveAssignment() local 10871 SourceLocation ClassLoc = ClassDecl->getLocation(); in DeclareImplicitCopyConstructor() local 11047 SourceLocation ClassLoc = ClassDecl->getLocation(); in DeclareImplicitMoveConstructor() local
|
/external/clang/lib/AST/ |
D | DeclObjC.cpp | 1356 SourceLocation ClassLoc, in Create()
|