Home
last modified time | relevance | path

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

/external/clang/include/clang/AST/
DDeclObjC.h520 SourceLocation atStartLoc) in ObjCContainerDecl() argument
521 : NamedDecl(DK, DC, nameLoc, Id), DeclContext(DK), AtStart(atStartLoc) {} in ObjCContainerDecl()
1533 SourceLocation nameLoc, SourceLocation atStartLoc,
1553 SourceLocation atStartLoc,
1851 SourceLocation nameLoc, SourceLocation atStartLoc) in ObjCImplDecl() argument
1855 nameLoc, atStartLoc), in ObjCImplDecl()
1924 SourceLocation nameLoc, SourceLocation atStartLoc, in ObjCCategoryImplDecl() argument
1926 : ObjCImplDecl(ObjCCategoryImpl, DC, classInterface, nameLoc, atStartLoc), in ObjCCategoryImplDecl()
1933 SourceLocation atStartLoc,
2019 SourceLocation nameLoc, SourceLocation atStartLoc,
[all …]
/external/clang/lib/AST/
DDeclObjC.cpp1523 SourceLocation atStartLoc, in ObjCProtocolDecl() argument
1525 : ObjCContainerDecl(ObjCProtocol, DC, Id, nameLoc, atStartLoc), in ObjCProtocolDecl()
1535 SourceLocation atStartLoc, in Create() argument
1538 new (C, DC) ObjCProtocolDecl(C, DC, Id, nameLoc, atStartLoc, PrevDecl); in Create()
1703 SourceLocation atStartLoc, in Create() argument
1708 atStartLoc, CategoryNameLoc); in Create()
1793 SourceLocation atStartLoc, in Create() argument
1800 nameLoc, atStartLoc, superLoc, in Create()