Home
last modified time | relevance | path

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

/minix3/external/bsd/llvm/dist/clang/tools/libclang/
H A DIndexingContext.cpp518 SourceLocation ClassLoc = D->getLocation(); in handleObjCCategory() local
551 SourceLocation ClassLoc = D->getLocation(); in handleObjCCategoryImpl() local
/minix3/external/bsd/llvm/dist/clang/lib/Sema/
H A DSemaDeclObjC.cpp453 IdentifierInfo *ClassName, SourceLocation ClassLoc, in ActOnStartClassInterface()
886 IdentifierInfo *ClassName, SourceLocation ClassLoc, in ActOnStartCategoryInterface()
955 IdentifierInfo *ClassName, SourceLocation ClassLoc, in ActOnStartCategoryImplementation()
1014 IdentifierInfo *ClassName, SourceLocation ClassLoc, in ActOnStartClassImplementation()
H A DSemaDeclCXX.cpp8802 SourceLocation ClassLoc = ClassDecl->getLocation(); in DeclareImplicitDefaultConstructor() local
9268 SourceLocation ClassLoc = ClassDecl->getLocation(); in DeclareImplicitDestructor() local
9900 SourceLocation ClassLoc = ClassDecl->getLocation(); in DeclareImplicitCopyAssignment() local
10289 SourceLocation ClassLoc = ClassDecl->getLocation(); in DeclareImplicitMoveAssignment() local
10720 SourceLocation ClassLoc = ClassDecl->getLocation(); in DeclareImplicitCopyConstructor() local
10896 SourceLocation ClassLoc = ClassDecl->getLocation(); in DeclareImplicitMoveConstructor() local
/minix3/external/bsd/llvm/dist/clang/lib/AST/
H A DDeclObjC.cpp1150 SourceLocation ClassLoc, in Create()