Home
last modified time | relevance | path

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

/external/clang/include/clang/AST/
DDeclObjC.h2192 SourceLocation IvarRBraceLoc; variable
2199 SourceLocation IvarRBraceLoc=SourceLocation());
2211 SourceLocation IvarRBraceLoc=SourceLocation());
2298 void setIvarRBraceLoc(SourceLocation Loc) { IvarRBraceLoc = Loc; } in setIvarRBraceLoc()
2299 SourceLocation getIvarRBraceLoc() const { return IvarRBraceLoc; } in getIvarRBraceLoc()
2469 SourceLocation IvarRBraceLoc; variable
2489 SourceLocation IvarRBraceLoc=SourceLocation())
2492 IvarRBraceLoc(IvarRBraceLoc), in ObjCImplDecl()
2503 SourceLocation IvarRBraceLoc=SourceLocation());
2595 void setIvarRBraceLoc(SourceLocation Loc) { IvarRBraceLoc = Loc; } in setIvarRBraceLoc()
[all …]
/external/clang/lib/AST/
DDeclObjC.cpp1912 SourceLocation IvarRBraceLoc) in ObjCCategoryDecl() argument
1916 IvarLBraceLoc(IvarLBraceLoc), IvarRBraceLoc(IvarRBraceLoc) in ObjCCategoryDecl()
1929 SourceLocation IvarRBraceLoc) { in Create() argument
1933 IvarRBraceLoc); in Create()
2096 SourceLocation IvarRBraceLoc) { in Create() argument
2101 IvarLBraceLoc, IvarRBraceLoc); in Create()