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

/freebsd-10-stable/contrib/llvm/tools/clang/lib/AST/
H A DDeclObjC.cpp1545 Create(ASTContext &C, DeclContext *DC, SourceLocation AtLoc, SourceLocation ClassNameLoc, SourceLocation CategoryNameLoc, IdentifierInfo *Id, ObjCInterfaceDecl *IDecl, SourceLocation IvarLBraceLoc, SourceLocation IvarRBraceLoc) argument
/freebsd-10-stable/contrib/llvm/tools/clang/lib/Parse/
H A DParseExprCXX.cpp2400 SourceLocation ClassNameLoc = ConsumeToken(); local
/freebsd-10-stable/contrib/llvm/tools/clang/include/clang/AST/
H A DDeclObjC.h1575 ObjCCategoryDecl(DeclContext *DC, SourceLocation AtLoc, SourceLocation ClassNameLoc, SourceLocation CategoryNameLoc, IdentifierInfo *Id, ObjCInterfaceDecl *IDecl, SourceLocation IvarLBraceLoc=SourceLocation(), SourceLocation IvarRBraceLoc=SourceLocation()) argument
/freebsd-10-stable/contrib/llvm/tools/clang/include/clang/Sema/
H A DDeclSpec.h999 setConstructorName(ParsedType ClassType, SourceLocation ClassNameLoc, SourceLocation EndLoc) argument
/freebsd-10-stable/contrib/llvm/tools/clang/lib/Sema/
H A DSemaCodeComplete.cpp5852 CodeCompleteObjCSuperclass(Scope *S, IdentifierInfo *ClassName, SourceLocation ClassNameLoc) argument
5897 CodeCompleteObjCInterfaceCategory(Scope *S, IdentifierInfo *ClassName, SourceLocation ClassNameLoc) argument
5937 CodeCompleteObjCImplementationCategory(Scope *S, IdentifierInfo *ClassName, SourceLocation ClassNameLoc) argument

Completed in 124 milliseconds