Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/clang/include/clang/AST/
H A DDeclObjC.h957 SourceLocation nameLoc, SourceLocation atStartLoc);
2058 SourceLocation nameLoc, SourceLocation atStartLoc,
2092 SourceLocation atStartLoc,
2419 SourceLocation nameLoc, SourceLocation atStartLoc) in ObjCImplDecl() argument
2420 : ObjCContainerDecl(DK, DC, Id, nameLoc, atStartLoc), in ObjCImplDecl()
2489 SourceLocation nameLoc, SourceLocation atStartLoc, in ObjCCategoryImplDecl() argument
2492 nameLoc, atStartLoc), in ObjCCategoryImplDecl()
2505 SourceLocation atStartLoc,
2560 SourceLocation nameLoc, SourceLocation atStartLoc,
2567 nameLoc, atStartLoc),
[all …]
/netbsd-src/external/apache2/llvm/dist/clang/lib/AST/
H A DDeclObjC.cpp70 SourceLocation atStartLoc) in ObjCContainerDecl() argument
72 setAtStartLoc(atStartLoc); in ObjCContainerDecl()
1882 SourceLocation atStartLoc, in ObjCProtocolDecl() argument
1884 : ObjCContainerDecl(ObjCProtocol, DC, Id, nameLoc, atStartLoc), in ObjCProtocolDecl()
1894 SourceLocation atStartLoc, in Create() argument
1897 new (C, DC) ObjCProtocolDecl(C, DC, Id, nameLoc, atStartLoc, PrevDecl); in Create()
2105 SourceLocation atStartLoc, in Create() argument
2110 atStartLoc, CategoryNameLoc); in Create()
2209 SourceLocation atStartLoc, in Create() argument
2216 nameLoc, atStartLoc, superLoc, in Create()