Searched refs:atStartLoc (Results 1 – 2 of 2) sorted by relevance
| /NextBSD/contrib/llvm/tools/clang/include/clang/AST/ |
| HD | DeclObjC.h | 706 SourceLocation atStartLoc) in ObjCContainerDecl() argument 707 : NamedDecl(DK, DC, nameLoc, Id), DeclContext(DK), AtStart(atStartLoc) {} in ObjCContainerDecl() 1756 SourceLocation nameLoc, SourceLocation atStartLoc, 1776 SourceLocation atStartLoc, 2085 SourceLocation nameLoc, SourceLocation atStartLoc) in ObjCImplDecl() argument 2089 nameLoc, atStartLoc), in ObjCImplDecl() 2158 SourceLocation nameLoc, SourceLocation atStartLoc, in ObjCCategoryImplDecl() argument 2160 : ObjCImplDecl(ObjCCategoryImpl, DC, classInterface, nameLoc, atStartLoc), in ObjCCategoryImplDecl() 2167 SourceLocation atStartLoc, 2253 SourceLocation nameLoc, SourceLocation atStartLoc, [all …]
|
| /NextBSD/contrib/llvm/tools/clang/lib/AST/ |
| HD | DeclObjC.cpp | 1688 SourceLocation atStartLoc, in ObjCProtocolDecl() argument 1690 : ObjCContainerDecl(ObjCProtocol, DC, Id, nameLoc, atStartLoc), in ObjCProtocolDecl() 1700 SourceLocation atStartLoc, in Create() argument 1703 new (C, DC) ObjCProtocolDecl(C, DC, Id, nameLoc, atStartLoc, PrevDecl); in Create() 1894 SourceLocation atStartLoc, in Create() argument 1899 atStartLoc, CategoryNameLoc); in Create() 1984 SourceLocation atStartLoc, in Create() argument 1991 nameLoc, atStartLoc, superLoc, in Create()
|