Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/lib/Sema/
H A DSemaDeclObjC.cpp555 IdentifierInfo *ClassName, SourceLocation ClassLoc, in ActOnSuperClassOfClassInterface()
976 SourceLocation ClassLoc, ObjCTypeParamList *typeParamList, in ActOnStartClassInterface()
1816 SourceLocation ClassLoc, ObjCTypeParamList *typeParamList, in ActOnStartCategoryInterface()
1915 SourceLocation ClassLoc, const IdentifierInfo *CatName, in ActOnStartCategoryImplementation()
1983 SourceLocation ClassLoc, const IdentifierInfo *SuperClassname, in ActOnStartClassImplementation()
H A DSemaDeclCXX.cpp13848 SourceLocation ClassLoc = ClassDecl->getLocation(); in DeclareImplicitDefaultConstructor() local
14134 SourceLocation ClassLoc = ClassDecl->getLocation(); in DeclareImplicitDestructor() local
14775 SourceLocation ClassLoc = ClassDecl->getLocation(); in DeclareImplicitCopyAssignment() local
15127 SourceLocation ClassLoc = ClassDecl->getLocation(); DeclareImplicitMoveAssignment() local
15523 SourceLocation ClassLoc = ClassDecl->getLocation(); DeclareImplicitCopyConstructor() local
15667 SourceLocation ClassLoc = ClassDecl->getLocation(); DeclareImplicitMoveConstructor() local
[all...]
/freebsd/contrib/llvm-project/clang/lib/AST/
H A DDeclObjC.cpp1545 ObjCInterfaceDecl *PrevDecl, SourceLocation ClassLoc, bool isInternal) { in Create()