Searched defs:ClassLoc (Results 1 – 3 of 3) sorted by relevance
| /freebsd-12.1/contrib/llvm/tools/clang/lib/Sema/ |
| H A D | SemaDeclObjC.cpp | 541 SourceLocation ClassLoc, in ActOnSuperClassOfClassInterface() 974 SourceLocation ClassLoc, ObjCTypeParamList *typeParamList, in ActOnStartClassInterface() 1794 SourceLocation ClassLoc, ObjCTypeParamList *typeParamList, in ActOnStartCategoryInterface() 1890 IdentifierInfo *ClassName, SourceLocation ClassLoc, in ActOnStartCategoryImplementation() 1952 IdentifierInfo *ClassName, SourceLocation ClassLoc, in ActOnStartClassImplementation()
|
| H A D | SemaDeclCXX.cpp | 10953 SourceLocation ClassLoc = ClassDecl->getLocation(); in DeclareImplicitDefaultConstructor() local 11224 SourceLocation ClassLoc = ClassDecl->getLocation(); in DeclareImplicitDestructor() local 11829 SourceLocation ClassLoc = ClassDecl->getLocation(); in DeclareImplicitCopyAssignment() local 12147 SourceLocation ClassLoc = ClassDecl->getLocation(); in DeclareImplicitMoveAssignment() local 12524 SourceLocation ClassLoc = ClassDecl->getLocation(); in DeclareImplicitCopyConstructor() local 12653 SourceLocation ClassLoc = ClassDecl->getLocation(); in DeclareImplicitMoveConstructor() local
|
| /freebsd-12.1/contrib/llvm/tools/clang/lib/AST/ |
| H A D | DeclObjC.cpp | 1462 SourceLocation ClassLoc, in Create()
|