Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/include/clang/AST/
H A DDeclObjC.h2345 SourceLocation IvarRBraceLoc; variable
2352 SourceLocation IvarRBraceLoc = SourceLocation());
2366 SourceLocation IvarRBraceLoc = SourceLocation());
2462 void setIvarRBraceLoc(SourceLocation Loc) { IvarRBraceLoc = Loc; } in setIvarRBraceLoc()
2463 SourceLocation getIvarRBraceLoc() const { return IvarRBraceLoc; } in getIvarRBraceLoc()
2601 SourceLocation IvarRBraceLoc; variable
2623 SourceLocation IvarRBraceLoc=SourceLocation())
2629 IvarLBraceLoc(IvarLBraceLoc), IvarRBraceLoc(IvarRBraceLoc),
2645 SourceLocation IvarRBraceLoc=SourceLocation());
2740 void setIvarRBraceLoc(SourceLocation Loc) { IvarRBraceLoc = Loc; } in setIvarRBraceLoc()
[all …]
/freebsd/contrib/llvm-project/clang/lib/AST/
H A DDeclObjC.cpp2121 SourceLocation IvarLBraceLoc, SourceLocation IvarRBraceLoc) in ObjCCategoryDecl() argument
2124 IvarLBraceLoc(IvarLBraceLoc), IvarRBraceLoc(IvarRBraceLoc) { in ObjCCategoryDecl()
2133 SourceLocation IvarRBraceLoc) { in Create() argument
2137 IvarRBraceLoc); in Create()
2291 SourceLocation IvarRBraceLoc) { in Create() argument
2296 IvarLBraceLoc, IvarRBraceLoc); in Create()