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

/freebsd-11.0-release/contrib/llvm/tools/clang/lib/AST/
H A DDeclObjC.cpp1870 ObjCCategoryDecl(DeclContext *DC, SourceLocation AtLoc, SourceLocation ClassNameLoc, SourceLocation CategoryNameLoc, IdentifierInfo *Id, ObjCInterfaceDecl *IDecl, ObjCTypeParamList *typeParamList, SourceLocation IvarLBraceLoc, SourceLocation IvarRBraceLoc) argument
1885 Create(ASTContext &C, DeclContext *DC, SourceLocation AtLoc, SourceLocation ClassNameLoc, SourceLocation CategoryNameLoc, IdentifierInfo *Id, ObjCInterfaceDecl *IDecl, ObjCTypeParamList *typeParamList, SourceLocation IvarLBraceLoc, SourceLocation IvarRBraceLoc) argument
/freebsd-11.0-release/contrib/llvm/tools/clang/lib/Parse/
H A DParseExprCXX.cpp2563 SourceLocation ClassNameLoc = ConsumeToken(); local
/freebsd-11.0-release/contrib/llvm/tools/clang/include/clang/Sema/
H A DDeclSpec.h1037 setConstructorName(ParsedType ClassType, SourceLocation ClassNameLoc, SourceLocation EndLoc) argument
/freebsd-11.0-release/contrib/llvm/tools/clang/lib/Sema/
H A DSemaCodeComplete.cpp6012 CodeCompleteObjCSuperclass(Scope *S, IdentifierInfo *ClassName, SourceLocation ClassNameLoc) argument
6057 CodeCompleteObjCInterfaceCategory(Scope *S, IdentifierInfo *ClassName, SourceLocation ClassNameLoc) argument
6092 CodeCompleteObjCImplementationCategory(Scope *S, IdentifierInfo *ClassName, SourceLocation ClassNameLoc) argument

Completed in 201 milliseconds