Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/clang/lib/Sema/
H A DSemaDeclObjC.cpp546 SourceLocation ClassLoc, in ActOnSuperClassOfClassInterface()
976 SourceLocation ClassLoc, ObjCTypeParamList *typeParamList, in ActOnStartClassInterface()
1804 SourceLocation ClassLoc, ObjCTypeParamList *typeParamList, in ActOnStartCategoryInterface()
1900 IdentifierInfo *ClassName, SourceLocation ClassLoc, in ActOnStartCategoryImplementation()
1966 IdentifierInfo *ClassName, SourceLocation ClassLoc, in ActOnStartClassImplementation()
H A DSemaDeclCXX.cpp13231 SourceLocation ClassLoc = ClassDecl->getLocation(); in DeclareImplicitDefaultConstructor() local
13510 SourceLocation ClassLoc = ClassDecl->getLocation(); in DeclareImplicitDestructor() local
14150 SourceLocation ClassLoc = ClassDecl->getLocation(); in DeclareImplicitCopyAssignment() local
14484 SourceLocation ClassLoc = ClassDecl->getLocation(); in DeclareImplicitMoveAssignment() local
14861 SourceLocation ClassLoc = ClassDecl->getLocation(); in DeclareImplicitCopyConstructor() local
15000 SourceLocation ClassLoc = ClassDecl->getLocation(); in DeclareImplicitMoveConstructor() local
/freebsd-13.1/contrib/llvm-project/clang/lib/AST/
H A DDeclObjC.cpp1497 SourceLocation ClassLoc, in Create()