Searched refs:asmloc (Results 1 – 2 of 2) sorted by relevance
| /trueos/contrib/llvm/tools/clang/lib/AST/ |
| HD | Stmt.cpp | 629 GCCAsmStmt::GCCAsmStmt(const ASTContext &C, SourceLocation asmloc, in GCCAsmStmt() argument 635 : AsmStmt(GCCAsmStmtClass, asmloc, issimple, isvolatile, numoutputs, in GCCAsmStmt() 653 MSAsmStmt::MSAsmStmt(const ASTContext &C, SourceLocation asmloc, in MSAsmStmt() argument 660 : AsmStmt(MSAsmStmtClass, asmloc, issimple, isvolatile, numoutputs, in MSAsmStmt()
|
| /trueos/contrib/llvm/tools/clang/include/clang/AST/ |
| HD | Stmt.h | 1382 AsmStmt(StmtClass SC, SourceLocation asmloc, bool issimple, bool isvolatile, in AsmStmt() argument 1384 Stmt (SC), AsmLoc(asmloc), IsSimple(issimple), IsVolatile(isvolatile), in AsmStmt() 1512 GCCAsmStmt(const ASTContext &C, SourceLocation asmloc, bool issimple, 1687 MSAsmStmt(const ASTContext &C, SourceLocation asmloc,
|