Home
last modified time | relevance | path

Searched refs:ClassNameLoc (Results 1 – 6 of 6) sorted by relevance

/freebsd/contrib/llvm-project/clang/include/clang/Sema/
H A DSemaCodeCompletion.h201 SourceLocation ClassNameLoc);
204 SourceLocation ClassNameLoc);
207 SourceLocation ClassNameLoc);
219 SourceLocation ClassNameLoc,
H A DDeclSpec.h1175 SourceLocation ClassNameLoc, in setConstructorName() argument
1178 StartLocation = ClassNameLoc; in setConstructorName()
/freebsd/contrib/llvm-project/clang/lib/AST/
H A DDeclObjC.cpp2115 DeclContext *DC, SourceLocation AtLoc, SourceLocation ClassNameLoc, in ObjCCategoryDecl() argument
2119 : ObjCContainerDecl(ObjCCategory, DC, Id, ClassNameLoc, AtLoc), in ObjCCategoryDecl()
2127 SourceLocation ClassNameLoc, SourceLocation CategoryNameLoc, in Create() argument
2132 new (C, DC) ObjCCategoryDecl(DC, AtLoc, ClassNameLoc, CategoryNameLoc, Id, in Create()
/freebsd/contrib/llvm-project/clang/lib/Parse/
H A DParseExprCXX.cpp2824 SourceLocation ClassNameLoc = ConsumeToken(); in ParseUnqualifiedId() local
2827 Result.setDestructorName(TildeLoc, nullptr, ClassNameLoc); in ParseUnqualifiedId()
2831 ClassNameLoc, EnteringContext, Result, TemplateSpecified); in ParseUnqualifiedId()
2836 Actions.getDestructorName(*ClassName, ClassNameLoc, getCurScope(), SS, in ParseUnqualifiedId()
2841 Result.setDestructorName(TildeLoc, Ty, ClassNameLoc); in ParseUnqualifiedId()
/freebsd/contrib/llvm-project/clang/include/clang/AST/
H A DDeclObjC.h2348 SourceLocation ClassNameLoc, SourceLocation CategoryNameLoc,
2362 SourceLocation ClassNameLoc, SourceLocation CategoryNameLoc,
/freebsd/contrib/llvm-project/clang/lib/Sema/
H A DSemaCodeComplete.cpp6031 Scope *S, const IdentifierInfo &ClassName, SourceLocation ClassNameLoc, in CodeCompleteObjCClassPropertyRefExpr() argument
6035 SemaRef.ObjC().getObjCInterfaceDecl(ClassNamePtr, ClassNameLoc); in CodeCompleteObjCClassPropertyRefExpr()
8812 Scope *S, IdentifierInfo *ClassName, SourceLocation ClassNameLoc) { in CodeCompleteObjCSuperclass() argument
8820 SemaRef.TUScope, ClassName, ClassNameLoc, Sema::LookupOrdinaryName); in CodeCompleteObjCSuperclass()
8857 Scope *S, IdentifierInfo *ClassName, SourceLocation ClassNameLoc) { in CodeCompleteObjCInterfaceCategory() argument
8868 SemaRef.TUScope, ClassName, ClassNameLoc, Sema::LookupOrdinaryName); in CodeCompleteObjCInterfaceCategory()
8892 Scope *S, IdentifierInfo *ClassName, SourceLocation ClassNameLoc) { in CodeCompleteObjCImplementationCategory() argument
8899 SemaRef.TUScope, ClassName, ClassNameLoc, Sema::LookupOrdinaryName); in CodeCompleteObjCImplementationCategory()
8902 return CodeCompleteObjCInterfaceCategory(S, ClassName, ClassNameLoc); in CodeCompleteObjCImplementationCategory()