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.cpp470 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()
DSemaDeclCXX.cpp8901 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/
DDeclObjC.cpp1356 SourceLocation ClassLoc, in Create()