Searched defs:asmtoks (Results 1 – 1 of 1) sorted by relevance
/llvm-project/clang/lib/AST/ |
H A D | Stmt.cpp | 892 initialize(C, asmstr, asmtoks, constraints, exprs, clobbers); in initialize() argument 876 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
|