Searched refs:lbraceloc (Results 1 – 4 of 4) sorted by relevance
/freebsd/contrib/llvm-project/clang/lib/AST/ |
H A D | Stmt.cpp | 875 SourceLocation lbraceloc, bool issimple, bool isvolatile, in MSAsmStmt() argument 882 numinputs, clobbers.size()), LBraceLoc(lbraceloc), in MSAsmStmt()
|
H A D | Expr.cpp | 2387 InitListExpr::InitListExpr(const ASTContext &C, SourceLocation lbraceloc, in InitListExpr() argument 2390 InitExprs(C, initExprs.size()), LBraceLoc(lbraceloc), in InitListExpr()
|
/freebsd/contrib/llvm-project/clang/include/clang/AST/ |
H A D | Stmt.h | 3501 SourceLocation lbraceloc, bool issimple, bool isvolatile,
|
H A D | Expr.h | 5052 InitListExpr(const ASTContext &C, SourceLocation lbraceloc,
|