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.h199 SourceLocation ClassNameLoc);
202 SourceLocation ClassNameLoc);
205 SourceLocation ClassNameLoc);
217 SourceLocation ClassNameLoc,
H A DDeclSpec.h1173 SourceLocation ClassNameLoc, in setConstructorName() argument
1176 StartLocation = ClassNameLoc; in setConstructorName()
/freebsd/contrib/llvm-project/clang/lib/AST/
H A DDeclObjC.cpp2118 DeclContext *DC, SourceLocation AtLoc, SourceLocation ClassNameLoc, in ObjCCategoryDecl() argument
2122 : ObjCContainerDecl(ObjCCategory, DC, Id, ClassNameLoc, AtLoc), in ObjCCategoryDecl()
2130 SourceLocation ClassNameLoc, SourceLocation CategoryNameLoc, in Create() argument
2135 new (C, DC) ObjCCategoryDecl(DC, AtLoc, ClassNameLoc, CategoryNameLoc, Id, in Create()
/freebsd/contrib/llvm-project/clang/lib/Parse/
H A DParseExprCXX.cpp3217 SourceLocation ClassNameLoc = ConsumeToken(); in ParseUnqualifiedId() local
3220 Result.setDestructorName(TildeLoc, nullptr, ClassNameLoc); in ParseUnqualifiedId()
3224 ClassNameLoc, EnteringContext, Result, TemplateSpecified); in ParseUnqualifiedId()
3229 Actions.getDestructorName(*ClassName, ClassNameLoc, getCurScope(), SS, in ParseUnqualifiedId()
3234 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.cpp5881 Scope *S, const IdentifierInfo &ClassName, SourceLocation ClassNameLoc, in CodeCompleteObjCClassPropertyRefExpr() argument
5885 SemaRef.ObjC().getObjCInterfaceDecl(ClassNamePtr, ClassNameLoc); in CodeCompleteObjCClassPropertyRefExpr()
8664 Scope *S, IdentifierInfo *ClassName, SourceLocation ClassNameLoc) { in CodeCompleteObjCSuperclass() argument
8672 SemaRef.TUScope, ClassName, ClassNameLoc, Sema::LookupOrdinaryName); in CodeCompleteObjCSuperclass()
8709 Scope *S, IdentifierInfo *ClassName, SourceLocation ClassNameLoc) { in CodeCompleteObjCInterfaceCategory() argument
8720 SemaRef.TUScope, ClassName, ClassNameLoc, Sema::LookupOrdinaryName); in CodeCompleteObjCInterfaceCategory()
8744 Scope *S, IdentifierInfo *ClassName, SourceLocation ClassNameLoc) { in CodeCompleteObjCImplementationCategory() argument
8751 SemaRef.TUScope, ClassName, ClassNameLoc, Sema::LookupOrdinaryName); in CodeCompleteObjCImplementationCategory()
8754 return CodeCompleteObjCInterfaceCategory(S, ClassName, ClassNameLoc); in CodeCompleteObjCImplementationCategory()