Searched refs:lbraceloc (Results 1 - 4 of 4) sorted by relevance
/external/clang/lib/AST/ |
H A D | Stmt.cpp | 653 SourceLocation lbraceloc, bool issimple, bool isvolatile, 660 numinputs, clobbers.size()), LBraceLoc(lbraceloc), 652 MSAsmStmt(const ASTContext &C, SourceLocation asmloc, SourceLocation lbraceloc, bool issimple, bool isvolatile, ArrayRef<Token> asmtoks, unsigned numoutputs, unsigned numinputs, ArrayRef<StringRef> constraints, ArrayRef<Expr*> exprs, StringRef asmstr, ArrayRef<StringRef> clobbers, SourceLocation endloc) argument
|
H A D | Expr.cpp | 1832 InitListExpr::InitListExpr(const ASTContext &C, SourceLocation lbraceloc, argument 1837 LBraceLoc(lbraceloc), RBraceLoc(rbraceloc), AltForm(nullptr, true)
|
/external/clang/include/clang/AST/ |
H A D | Stmt.h | 1727 SourceLocation lbraceloc, bool issimple, bool isvolatile,
|
H A D | Expr.h | 3776 InitListExpr(const ASTContext &C, SourceLocation lbraceloc,
|
Completed in 353 milliseconds