Searched defs:ClassLoc (Results 1 – 4 of 4) sorted by relevance
/openbsd-src/gnu/llvm/clang/lib/Sema/ |
H A D | SemaDeclObjC.cpp | 546 SourceLocation ClassLoc, in ActOnSuperClassOfClassInterface() 976 SourceLocation ClassLoc, ObjCTypeParamList *typeParamList, in ActOnStartClassInterface() 1820 SourceLocation ClassLoc, ObjCTypeParamList *typeParamList, in ActOnStartCategoryInterface() 1918 SourceLocation ClassLoc, IdentifierInfo *CatName, SourceLocation CatLoc, in ActOnStartCategoryImplementation() 1984 SourceLocation ClassLoc, IdentifierInfo *SuperClassname, in ActOnStartClassImplementation()
|
H A D | SemaDeclCXX.cpp | 13541 SourceLocation ClassLoc = ClassDecl->getLocation(); in DeclareImplicitDefaultConstructor() local 13821 SourceLocation ClassLoc = ClassDecl->getLocation(); in DeclareImplicitDestructor() local 14463 SourceLocation ClassLoc = ClassDecl->getLocation(); in DeclareImplicitCopyAssignment() local 14802 SourceLocation ClassLoc = ClassDecl->getLocation(); in DeclareImplicitMoveAssignment() local 15179 SourceLocation ClassLoc = ClassDecl->getLocation(); in DeclareImplicitCopyConstructor() local 15319 SourceLocation ClassLoc = ClassDecl->getLocation(); in DeclareImplicitMoveConstructor() local
|
/openbsd-src/gnu/llvm/clang/tools/libclang/ |
H A D | CXIndexDataConsumer.cpp | 754 SourceLocation ClassLoc = D->getLocation(); in handleObjCCategory() local 787 SourceLocation ClassLoc = D->getLocation(); in handleObjCCategoryImpl() local
|
/openbsd-src/gnu/llvm/clang/lib/AST/ |
H A D | DeclObjC.cpp | 1548 SourceLocation ClassLoc, in Create()
|