Searched defs:ClassLoc (Results 1 – 4 of 4) sorted by relevance
/external/clang/lib/Sema/ |
D | SemaDeclObjC.cpp | 469 SourceLocation ClassLoc, in ActOnSuperClassOfClassInterface() 901 IdentifierInfo *ClassName, SourceLocation ClassLoc, in ActOnStartClassInterface() 1713 IdentifierInfo *ClassName, SourceLocation ClassLoc, in ActOnStartCategoryInterface() 1806 IdentifierInfo *ClassName, SourceLocation ClassLoc, in ActOnStartCategoryImplementation() 1873 IdentifierInfo *ClassName, SourceLocation ClassLoc, in ActOnStartClassImplementation()
|
D | SemaDeclCXX.cpp | 9154 SourceLocation ClassLoc = ClassDecl->getLocation(); in DeclareImplicitDefaultConstructor() local 9466 SourceLocation ClassLoc = ClassDecl->getLocation(); in DeclareImplicitDestructor() local 10173 SourceLocation ClassLoc = ClassDecl->getLocation(); in DeclareImplicitCopyAssignment() local 10565 SourceLocation ClassLoc = ClassDecl->getLocation(); in DeclareImplicitMoveAssignment() local 10999 SourceLocation ClassLoc = ClassDecl->getLocation(); in DeclareImplicitCopyConstructor() local 11178 SourceLocation ClassLoc = ClassDecl->getLocation(); in DeclareImplicitMoveConstructor() local
|
/external/clang/tools/libclang/ |
D | CXIndexDataConsumer.cpp | 741 SourceLocation ClassLoc = D->getLocation(); in handleObjCCategory() local 774 SourceLocation ClassLoc = D->getLocation(); in handleObjCCategoryImpl() local
|
/external/clang/lib/AST/ |
D | DeclObjC.cpp | 1390 SourceLocation ClassLoc, in Create()
|