Searched refs:asmloc (Results 1 – 2 of 2) sorted by relevance
/freebsd/contrib/llvm-project/clang/lib/AST/ |
H A D | Stmt.cpp | 848 GCCAsmStmt::GCCAsmStmt(const ASTContext &C, SourceLocation asmloc, in GCCAsmStmt() argument 855 : AsmStmt(GCCAsmStmtClass, asmloc, issimple, isvolatile, numoutputs, in GCCAsmStmt() 874 MSAsmStmt::MSAsmStmt(const ASTContext &C, SourceLocation asmloc, in MSAsmStmt() argument 881 : AsmStmt(MSAsmStmtClass, asmloc, issimple, isvolatile, numoutputs, in MSAsmStmt()
|
/freebsd/contrib/llvm-project/clang/include/clang/AST/ |
H A D | Stmt.h | 3125 AsmStmt(StmtClass SC, SourceLocation asmloc, bool issimple, bool isvolatile, 3127 : Stmt (SC), AsmLoc(asmloc), IsSimple(issimple), IsVolatile(isvolatile), 3277 GCCAsmStmt(const ASTContext &C, SourceLocation asmloc, bool issimple, 3500 MSAsmStmt(const ASTContext &C, SourceLocation asmloc,
|