Home
last modified time | relevance | path

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

/llvm-project-15.0.7/clang/include/clang/AST/
H A DDeclObjC.h956 SourceLocation nameLoc, SourceLocation atStartLoc);
2070 SourceLocation nameLoc, SourceLocation atStartLoc,
2104 SourceLocation atStartLoc,
2431 SourceLocation nameLoc, SourceLocation atStartLoc) in ObjCImplDecl() argument
2432 : ObjCContainerDecl(DK, DC, Id, nameLoc, atStartLoc), in ObjCImplDecl()
2501 SourceLocation nameLoc, SourceLocation atStartLoc, in ObjCCategoryImplDecl() argument
2504 nameLoc, atStartLoc), in ObjCCategoryImplDecl()
2517 SourceLocation atStartLoc,
2572 SourceLocation nameLoc, SourceLocation atStartLoc,
2579 nameLoc, atStartLoc),
[all …]
/llvm-project-15.0.7/clang/lib/AST/
H A DDeclObjC.cpp70 SourceLocation atStartLoc) in ObjCContainerDecl() argument
72 setAtStartLoc(atStartLoc); in ObjCContainerDecl()
1903 SourceLocation atStartLoc, in ObjCProtocolDecl() argument
1905 : ObjCContainerDecl(ObjCProtocol, DC, Id, nameLoc, atStartLoc), in ObjCProtocolDecl()
1915 SourceLocation atStartLoc, in Create() argument
1918 new (C, DC) ObjCProtocolDecl(C, DC, Id, nameLoc, atStartLoc, PrevDecl); in Create()
2126 SourceLocation atStartLoc, in Create() argument
2131 atStartLoc, CategoryNameLoc); in Create()
2230 SourceLocation atStartLoc, in Create() argument
2237 nameLoc, atStartLoc, superLoc, in Create()