Home
last modified time | relevance | path

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

/external/clang/include/clang/AST/
DDeclObjC.h913 SourceLocation atStartLoc) in ObjCContainerDecl() argument
914 : NamedDecl(DK, DC, nameLoc, Id), DeclContext(DK), AtStart(atStartLoc) {} in ObjCContainerDecl()
1993 SourceLocation nameLoc, SourceLocation atStartLoc,
2013 SourceLocation atStartLoc,
2317 SourceLocation nameLoc, SourceLocation atStartLoc) in ObjCImplDecl() argument
2321 nameLoc, atStartLoc), in ObjCImplDecl()
2391 SourceLocation nameLoc, SourceLocation atStartLoc, in ObjCCategoryImplDecl() argument
2393 : ObjCImplDecl(ObjCCategoryImpl, DC, classInterface, nameLoc, atStartLoc), in ObjCCategoryImplDecl()
2400 SourceLocation atStartLoc,
2486 SourceLocation nameLoc, SourceLocation atStartLoc,
[all …]
/external/clang/lib/AST/
DDeclObjC.cpp1776 SourceLocation atStartLoc, in ObjCProtocolDecl() argument
1778 : ObjCContainerDecl(ObjCProtocol, DC, Id, nameLoc, atStartLoc), in ObjCProtocolDecl()
1788 SourceLocation atStartLoc, in Create() argument
1791 new (C, DC) ObjCProtocolDecl(C, DC, Id, nameLoc, atStartLoc, PrevDecl); in Create()
1984 SourceLocation atStartLoc, in Create() argument
1989 atStartLoc, CategoryNameLoc); in Create()
2093 SourceLocation atStartLoc, in Create() argument
2100 nameLoc, atStartLoc, superLoc, in Create()