Searched refs:lbraceloc (Results 1 - 4 of 4) sorted by relevance

/external/clang/lib/AST/
H A DStmt.cpp653 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 DExpr.cpp1832 InitListExpr::InitListExpr(const ASTContext &C, SourceLocation lbraceloc, argument
1837 LBraceLoc(lbraceloc), RBraceLoc(rbraceloc), AltForm(nullptr, true)
/external/clang/include/clang/AST/
H A DStmt.h1727 SourceLocation lbraceloc, bool issimple, bool isvolatile,
H A DExpr.h3776 InitListExpr(const ASTContext &C, SourceLocation lbraceloc,

Completed in 353 milliseconds