Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/clang/include/clang/AST/
H A DDeclObjC.h956 SourceLocation nameLoc, SourceLocation atStartLoc);
2103 SourceLocation nameLoc, SourceLocation atStartLoc,
2142 SourceLocation atStartLoc,
2478 SourceLocation nameLoc, SourceLocation atStartLoc) in ObjCImplDecl() argument
2479 : ObjCContainerDecl(DK, DC, Id, nameLoc, atStartLoc), in ObjCImplDecl()
2548 SourceLocation nameLoc, SourceLocation atStartLoc, in ObjCCategoryImplDecl() argument
2551 nameLoc, atStartLoc), in ObjCCategoryImplDecl()
2564 SourceLocation atStartLoc,
2621 SourceLocation nameLoc, SourceLocation atStartLoc,
2628 nameLoc, atStartLoc),
[all …]
/freebsd-14.2/contrib/llvm-project/clang/lib/AST/
H A DDeclObjC.cpp70 SourceLocation atStartLoc) in ObjCContainerDecl() argument
72 setAtStartLoc(atStartLoc); in ObjCContainerDecl()
1938 SourceLocation atStartLoc, in ObjCProtocolDecl() argument
1940 : ObjCContainerDecl(ObjCProtocol, DC, Id, nameLoc, atStartLoc), in ObjCProtocolDecl()
1950 SourceLocation atStartLoc, in Create() argument
1953 new (C, DC) ObjCProtocolDecl(C, DC, Id, nameLoc, atStartLoc, PrevDecl); in Create()
2198 SourceLocation atStartLoc, in Create() argument
2203 atStartLoc, CategoryNameLoc); in Create()
2302 SourceLocation atStartLoc, in Create() argument
2309 nameLoc, atStartLoc, superLoc, in Create()