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.cpp453 IdentifierInfo *ClassName, SourceLocation ClassLoc, in ActOnStartClassInterface()
885 IdentifierInfo *ClassName, SourceLocation ClassLoc, in ActOnStartCategoryInterface()
954 IdentifierInfo *ClassName, SourceLocation ClassLoc, in ActOnStartCategoryImplementation()
1013 IdentifierInfo *ClassName, SourceLocation ClassLoc, in ActOnStartClassImplementation()
DSemaDeclCXX.cpp8874 SourceLocation ClassLoc = ClassDecl->getLocation(); in DeclareImplicitDefaultConstructor() local
9340 SourceLocation ClassLoc = ClassDecl->getLocation(); in DeclareImplicitDestructor() local
10010 SourceLocation ClassLoc = ClassDecl->getLocation(); in DeclareImplicitCopyAssignment() local
10399 SourceLocation ClassLoc = ClassDecl->getLocation(); in DeclareImplicitMoveAssignment() local
10830 SourceLocation ClassLoc = ClassDecl->getLocation(); in DeclareImplicitCopyConstructor() local
11006 SourceLocation ClassLoc = ClassDecl->getLocation(); in DeclareImplicitMoveConstructor() local
/external/clang/lib/AST/
DDeclObjC.cpp1148 SourceLocation ClassLoc, in Create()