Searched refs:atStartLoc (Results 1 – 2 of 2) sorted by relevance
/external/clang/include/clang/AST/ |
D | DeclObjC.h | 520 SourceLocation atStartLoc) in ObjCContainerDecl() argument 521 : NamedDecl(DK, DC, nameLoc, Id), DeclContext(DK), AtStart(atStartLoc) {} in ObjCContainerDecl() 1528 SourceLocation nameLoc, SourceLocation atStartLoc, 1548 SourceLocation atStartLoc, 1842 SourceLocation nameLoc, SourceLocation atStartLoc) in ObjCImplDecl() argument 1846 nameLoc, atStartLoc), in ObjCImplDecl() 1915 SourceLocation nameLoc, SourceLocation atStartLoc, in ObjCCategoryImplDecl() argument 1917 : ObjCImplDecl(ObjCCategoryImpl, DC, classInterface, nameLoc, atStartLoc), in ObjCCategoryImplDecl() 1924 SourceLocation atStartLoc, 2010 SourceLocation nameLoc, SourceLocation atStartLoc, [all …]
|
/external/clang/lib/AST/ |
D | DeclObjC.cpp | 1492 SourceLocation atStartLoc, in ObjCProtocolDecl() argument 1494 : ObjCContainerDecl(ObjCProtocol, DC, Id, nameLoc, atStartLoc), in ObjCProtocolDecl() 1504 SourceLocation atStartLoc, in Create() argument 1507 new (C, DC) ObjCProtocolDecl(C, DC, Id, nameLoc, atStartLoc, PrevDecl); in Create() 1664 SourceLocation atStartLoc, in Create() argument 1669 atStartLoc, CategoryNameLoc); in Create() 1754 SourceLocation atStartLoc, in Create() argument 1761 nameLoc, atStartLoc, superLoc, in Create()
|