Home
last modified time | relevance | path

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

/trueos/contrib/llvm/tools/clang/include/clang/AST/
HDDeclObjC.h498 SourceLocation atStartLoc) in ObjCContainerDecl() argument
499 : NamedDecl(DK, DC, nameLoc, Id), DeclContext(DK), AtStart(atStartLoc) {} in ObjCContainerDecl()
1388 SourceLocation nameLoc, SourceLocation atStartLoc,
1408 SourceLocation atStartLoc,
1675 SourceLocation nameLoc, SourceLocation atStartLoc) in ObjCImplDecl() argument
1678 nameLoc, atStartLoc), in ObjCImplDecl()
1741 SourceLocation nameLoc, SourceLocation atStartLoc, in ObjCCategoryImplDecl() argument
1743 : ObjCImplDecl(ObjCCategoryImpl, DC, classInterface, nameLoc, atStartLoc), in ObjCCategoryImplDecl()
1750 SourceLocation atStartLoc,
1835 SourceLocation nameLoc, SourceLocation atStartLoc,
[all …]
/trueos/contrib/llvm/tools/clang/lib/AST/
HDDeclObjC.cpp1418 SourceLocation atStartLoc, in ObjCProtocolDecl() argument
1420 : ObjCContainerDecl(ObjCProtocol, DC, Id, nameLoc, atStartLoc), Data() in ObjCProtocolDecl()
1430 SourceLocation atStartLoc, in Create() argument
1433 = new (C) ObjCProtocolDecl(DC, Id, nameLoc, atStartLoc, PrevDecl); in Create()
1598 SourceLocation atStartLoc, in Create() argument
1603 nameLoc, atStartLoc, CategoryNameLoc); in Create()
1692 SourceLocation atStartLoc, in Create() argument
1699 nameLoc, atStartLoc, superLoc, in Create()