Searched defs:lbraceloc (Results 1 – 2 of 2) sorted by relevance
/llvm-project/clang/lib/AST/ |
H A D | Stmt.cpp | 875 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) MSAsmStmt() argument
|
H A D | Expr.cpp | 2387 InitListExpr(const ASTContext & C,SourceLocation lbraceloc,ArrayRef<Expr * > initExprs,SourceLocation rbraceloc) InitListExpr() argument
|