Home
last modified time | relevance | path

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

/llvm-project-15.0.7/clang/lib/Sema/
H A DSemaDeclObjC.cpp546 SourceLocation ClassLoc, in ActOnSuperClassOfClassInterface()
976 SourceLocation ClassLoc, ObjCTypeParamList *typeParamList, in ActOnStartClassInterface()
1806 SourceLocation ClassLoc, ObjCTypeParamList *typeParamList, in ActOnStartCategoryInterface()
1904 SourceLocation ClassLoc, IdentifierInfo *CatName, SourceLocation CatLoc, in ActOnStartCategoryImplementation()
1970 SourceLocation ClassLoc, IdentifierInfo *SuperClassname, in ActOnStartClassImplementation()
H A DSemaDeclCXX.cpp13432 SourceLocation ClassLoc = ClassDecl->getLocation(); in DeclareImplicitDefaultConstructor() local
13712 SourceLocation ClassLoc = ClassDecl->getLocation(); in DeclareImplicitDestructor() local
14352 SourceLocation ClassLoc = ClassDecl->getLocation(); in DeclareImplicitCopyAssignment() local
14686 SourceLocation ClassLoc = ClassDecl->getLocation(); in DeclareImplicitMoveAssignment() local
15062 SourceLocation ClassLoc = ClassDecl->getLocation(); in DeclareImplicitCopyConstructor() local
15200 SourceLocation ClassLoc = ClassDecl->getLocation(); in DeclareImplicitMoveConstructor() local
/llvm-project-15.0.7/clang/tools/libclang/
H A DCXIndexDataConsumer.cpp754 SourceLocation ClassLoc = D->getLocation(); in handleObjCCategory() local
787 SourceLocation ClassLoc = D->getLocation(); in handleObjCCategoryImpl() local
/llvm-project-15.0.7/clang/lib/AST/
H A DDeclObjC.cpp1513 SourceLocation ClassLoc, in Create()