Home
last modified time | relevance | path

Searched defs:ClassNameLoc (Results 1 – 4 of 4) sorted by relevance

/llvm-project/clang/lib/AST/
H A DDeclObjC.cpp2118 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 DSemaCodeComplete.cpp5881 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 DParseExprCXX.cpp3217 SourceLocation ClassNameLoc = ConsumeToken(); ParseUnqualifiedId() local
/llvm-project/clang/include/clang/Sema/
H A DDeclSpec.h1173 setConstructorName(ParsedType ClassType,SourceLocation ClassNameLoc,SourceLocation EndLoc) setConstructorName() argument