Searched refs:ClassNameLoc (Results 1 – 6 of 6) sorted by relevance
| /freebsd-12-stable/contrib/llvm-project/clang/lib/AST/ |
| D | DeclObjC.cpp | 2031 SourceLocation ClassNameLoc, in ObjCCategoryDecl() argument 2037 : ObjCContainerDecl(ObjCCategory, DC, Id, ClassNameLoc, AtLoc), in ObjCCategoryDecl() 2045 SourceLocation ClassNameLoc, in Create() argument 2053 new (C, DC) ObjCCategoryDecl(DC, AtLoc, ClassNameLoc, CategoryNameLoc, Id, in Create()
|
| /freebsd-12-stable/contrib/llvm-project/clang/lib/Parse/ |
| D | ParseExprCXX.cpp | 2990 SourceLocation ClassNameLoc = ConsumeToken(); in ParseUnqualifiedId() local 2993 Result.setDestructorName(TildeLoc, nullptr, ClassNameLoc); in ParseUnqualifiedId() 2997 ClassNameLoc, EnteringContext, Result, TemplateSpecified); in ParseUnqualifiedId() 3002 ClassNameLoc, getCurScope(), in ParseUnqualifiedId() 3008 Result.setDestructorName(TildeLoc, Ty, ClassNameLoc); in ParseUnqualifiedId()
|
| /freebsd-12-stable/contrib/llvm-project/clang/include/clang/Sema/ |
| D | DeclSpec.h | 1098 SourceLocation ClassNameLoc, in setConstructorName() argument 1101 StartLocation = ClassNameLoc; in setConstructorName()
|
| D | Sema.h | 12456 SourceLocation ClassNameLoc); 12460 SourceLocation ClassNameLoc); 12463 SourceLocation ClassNameLoc); 12475 SourceLocation ClassNameLoc,
|
| /freebsd-12-stable/contrib/llvm-project/clang/lib/Sema/ |
| D | SemaCodeComplete.cpp | 5444 SourceLocation ClassNameLoc, in CodeCompleteObjCClassPropertyRefExpr() argument 5447 ObjCInterfaceDecl *IFace = getObjCInterfaceDecl(ClassNamePtr, ClassNameLoc); in CodeCompleteObjCClassPropertyRefExpr() 7926 SourceLocation ClassNameLoc) { in CodeCompleteObjCSuperclass() argument 7934 LookupSingleName(TUScope, ClassName, ClassNameLoc, LookupOrdinaryName); in CodeCompleteObjCSuperclass() 7970 SourceLocation ClassNameLoc) { in CodeCompleteObjCInterfaceCategory() argument 7981 LookupSingleName(TUScope, ClassName, ClassNameLoc, LookupOrdinaryName); in CodeCompleteObjCInterfaceCategory() 8005 SourceLocation ClassNameLoc) { in CodeCompleteObjCImplementationCategory() argument 8012 LookupSingleName(TUScope, ClassName, ClassNameLoc, LookupOrdinaryName); in CodeCompleteObjCImplementationCategory() 8015 return CodeCompleteObjCInterfaceCategory(S, ClassName, ClassNameLoc); in CodeCompleteObjCImplementationCategory()
|
| /freebsd-12-stable/contrib/llvm-project/clang/include/clang/AST/ |
| D | DeclObjC.h | 2286 SourceLocation ClassNameLoc, SourceLocation CategoryNameLoc, 2300 SourceLocation ClassNameLoc,
|