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.h959 SourceLocation nameLoc, SourceLocation atStartLoc);
2106 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.cpp71 SourceLocation atStartLoc) in ObjCContainerDecl() argument
73 setAtStartLoc(atStartLoc); in ObjCContainerDecl()
1932 SourceLocation atStartLoc, in ObjCProtocolDecl() argument
1934 : ObjCContainerDecl(ObjCProtocol, DC, Id, nameLoc, atStartLoc), in ObjCProtocolDecl()
1944 SourceLocation atStartLoc, in Create() argument
1947 new (C, DC) ObjCProtocolDecl(C, DC, Id, nameLoc, atStartLoc, PrevDecl); in Create()
2185 SourceLocation atStartLoc, SourceLocation CategoryNameLoc) { in Create() argument
2189 atStartLoc, CategoryNameLoc); in Create()
2288 SourceLocation atStartLoc, in Create() argument
2295 nameLoc, atStartLoc, superLoc, in Create()