Home
last modified time | relevance | path

Searched refs:atStartLoc (Results 1 – 2 of 2) sorted by relevance

/external/clang/include/clang/AST/
DDeclObjC.h498 SourceLocation atStartLoc) in ObjCContainerDecl() argument
499 : NamedDecl(DK, DC, nameLoc, Id), DeclContext(DK), AtStart(atStartLoc) {} in ObjCContainerDecl()
1362 SourceLocation nameLoc, SourceLocation atStartLoc,
1382 SourceLocation atStartLoc,
1649 SourceLocation nameLoc, SourceLocation atStartLoc) in ObjCImplDecl() argument
1652 nameLoc, atStartLoc), in ObjCImplDecl()
1715 SourceLocation nameLoc, SourceLocation atStartLoc, in ObjCCategoryImplDecl() argument
1717 : ObjCImplDecl(ObjCCategoryImpl, DC, classInterface, nameLoc, atStartLoc), in ObjCCategoryImplDecl()
1724 SourceLocation atStartLoc,
1807 SourceLocation nameLoc, SourceLocation atStartLoc,
[all …]
/external/clang/lib/AST/
DDeclObjC.cpp1373 SourceLocation atStartLoc, in ObjCProtocolDecl() argument
1375 : ObjCContainerDecl(ObjCProtocol, DC, Id, nameLoc, atStartLoc), Data() in ObjCProtocolDecl()
1385 SourceLocation atStartLoc, in Create() argument
1388 = new (C) ObjCProtocolDecl(DC, Id, nameLoc, atStartLoc, PrevDecl); in Create()
1529 SourceLocation atStartLoc, in Create() argument
1534 nameLoc, atStartLoc, CategoryNameLoc); in Create()
1623 SourceLocation atStartLoc, in Create() argument
1629 nameLoc, atStartLoc, in Create()