Searched defs:ClassNameLoc (Results 1 – 4 of 4) sorted by relevance
/llvm-project/clang/lib/AST/ |
H A D | DeclObjC.cpp | 2118 ObjCCategoryDecl(DeclContext * DC,SourceLocation AtLoc,SourceLocation ClassNameLoc,SourceLocation CategoryNameLoc,const IdentifierInfo * Id,ObjCInterfaceDecl * IDecl,ObjCTypeParamList * typeParamList,SourceLocation IvarLBraceLoc,SourceLocation IvarRBraceLoc) ObjCCategoryDecl() argument 2130 Create(ASTContext & C,DeclContext * DC,SourceLocation AtLoc,SourceLocation ClassNameLoc,SourceLocation CategoryNameLoc,const IdentifierInfo * Id,ObjCInterfaceDecl * IDecl,ObjCTypeParamList * typeParamList,SourceLocation IvarLBraceLoc,SourceLocation IvarRBraceLoc) Create() argument
|
/llvm-project/clang/lib/Sema/ |
H A D | SemaCodeComplete.cpp | 5881 CodeCompleteObjCClassPropertyRefExpr(Scope * S,const IdentifierInfo & ClassName,SourceLocation ClassNameLoc,bool IsBaseExprStatement) CodeCompleteObjCClassPropertyRefExpr() argument 8664 CodeCompleteObjCSuperclass(Scope * S,IdentifierInfo * ClassName,SourceLocation ClassNameLoc) CodeCompleteObjCSuperclass() argument 8709 CodeCompleteObjCInterfaceCategory(Scope * S,IdentifierInfo * ClassName,SourceLocation ClassNameLoc) CodeCompleteObjCInterfaceCategory() argument 8744 CodeCompleteObjCImplementationCategory(Scope * S,IdentifierInfo * ClassName,SourceLocation ClassNameLoc) CodeCompleteObjCImplementationCategory() argument
|
/llvm-project/clang/lib/Parse/ |
H A D | ParseExprCXX.cpp | 3217 SourceLocation ClassNameLoc = ConsumeToken(); ParseUnqualifiedId() local
|
/llvm-project/clang/include/clang/Sema/ |
H A D | DeclSpec.h | 1173 setConstructorName(ParsedType ClassType,SourceLocation ClassNameLoc,SourceLocation EndLoc) setConstructorName() argument
|