Home
last modified time | relevance | path

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

/external/clang/include/clang/AST/
DDeclObjC.h1546 SourceLocation IvarLBraceLoc; variable
1552 SourceLocation IvarLBraceLoc=SourceLocation(),
1557 IvarLBraceLoc(IvarLBraceLoc), IvarRBraceLoc(IvarRBraceLoc) { in ObjCContainerDecl()
1568 SourceLocation IvarLBraceLoc=SourceLocation(),
1628 void setIvarLBraceLoc(SourceLocation Loc) { IvarLBraceLoc = Loc; } in setIvarLBraceLoc()
1629 SourceLocation getIvarLBraceLoc() const { return IvarLBraceLoc; } in getIvarLBraceLoc()
1789 SourceLocation IvarLBraceLoc; variable
1808 SourceLocation IvarLBraceLoc=SourceLocation(),
1811 SuperClass(superDecl), IvarLBraceLoc(IvarLBraceLoc), in ObjCImplDecl()
1821 SourceLocation IvarLBraceLoc=SourceLocation(),
[all …]
/external/clang/lib/AST/
DDeclObjC.cpp1482 SourceLocation IvarLBraceLoc, in Create() argument
1487 IvarLBraceLoc, IvarRBraceLoc); in Create()
1624 SourceLocation IvarLBraceLoc, in Create() argument
1630 IvarLBraceLoc, IvarRBraceLoc); in Create()