Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/include/clang/AST/
H A DDeclObjC.h957 SourceLocation nameLoc, SourceLocation atStartLoc);
2105 SourceLocation nameLoc, SourceLocation atStartLoc,
2145 SourceLocation atStartLoc,
2478 SourceLocation atStartLoc) in ObjCImplDecl() argument
2479 : ObjCContainerDecl(DK, DC, Id, nameLoc, atStartLoc), in ObjCImplDecl()
2548 SourceLocation nameLoc, SourceLocation atStartLoc, in ObjCCategoryImplDecl() argument
2551 atStartLoc), in ObjCCategoryImplDecl()
2563 SourceLocation atStartLoc, SourceLocation CategoryNameLoc);
2620 SourceLocation nameLoc, SourceLocation atStartLoc,
2627 nameLoc, atStartLoc),
[all …]
/freebsd/contrib/llvm-project/clang/lib/AST/
H A DDeclObjC.cpp68 SourceLocation atStartLoc) in ObjCContainerDecl() argument
70 setAtStartLoc(atStartLoc); in ObjCContainerDecl()
1929 SourceLocation atStartLoc, in ObjCProtocolDecl() argument
1931 : ObjCContainerDecl(ObjCProtocol, DC, Id, nameLoc, atStartLoc), in ObjCProtocolDecl()
1941 SourceLocation atStartLoc, in Create() argument
1944 new (C, DC) ObjCProtocolDecl(C, DC, Id, nameLoc, atStartLoc, PrevDecl); in Create()
2182 SourceLocation atStartLoc, SourceLocation CategoryNameLoc) { in Create() argument
2186 atStartLoc, CategoryNameLoc); in Create()
2285 SourceLocation atStartLoc, in Create() argument
2292 nameLoc, atStartLoc, superLoc, in Create()