Home
last modified time | relevance | path

Searched defs:lbraceloc (Results 1 – 2 of 2) sorted by relevance

/llvm-project/clang/lib/AST/
H A DStmt.cpp875 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 DExpr.cpp2387 InitListExpr(const ASTContext & C,SourceLocation lbraceloc,ArrayRef<Expr * > initExprs,SourceLocation rbraceloc) InitListExpr() argument