Home
last modified time | relevance | path

Searched defs:ClassLoc (Results 1 – 4 of 4) sorted by relevance

/external/clang/tools/libclang/
DIndexingContext.cpp518 SourceLocation ClassLoc = D->getLocation(); in handleObjCCategory() local
551 SourceLocation ClassLoc = D->getLocation(); in handleObjCCategoryImpl() local
/external/clang/lib/Sema/
DSemaDeclObjC.cpp457 IdentifierInfo *ClassName, SourceLocation ClassLoc, in ActOnStartClassInterface()
889 IdentifierInfo *ClassName, SourceLocation ClassLoc, in ActOnStartCategoryInterface()
958 IdentifierInfo *ClassName, SourceLocation ClassLoc, in ActOnStartCategoryImplementation()
1017 IdentifierInfo *ClassName, SourceLocation ClassLoc, in ActOnStartClassImplementation()
DSemaDeclCXX.cpp8435 SourceLocation ClassLoc = ClassDecl->getLocation(); in DeclareImplicitDefaultConstructor() local
8890 SourceLocation ClassLoc = ClassDecl->getLocation(); in DeclareImplicitDestructor() local
9511 SourceLocation ClassLoc = ClassDecl->getLocation(); in DeclareImplicitCopyAssignment() local
9888 SourceLocation ClassLoc = ClassDecl->getLocation(); in DeclareImplicitMoveAssignment() local
10307 SourceLocation ClassLoc = ClassDecl->getLocation(); in DeclareImplicitCopyConstructor() local
10469 SourceLocation ClassLoc = ClassDecl->getLocation(); in DeclareImplicitMoveConstructor() local
/external/clang/lib/AST/
DDeclObjC.cpp1134 SourceLocation ClassLoc, in Create()