Home
last modified time | relevance | path

Searched refs:asmloc (Results 1 – 2 of 2) sorted by relevance

/freebsd/contrib/llvm-project/clang/lib/AST/
H A DStmt.cpp893 GCCAsmStmt::GCCAsmStmt(const ASTContext &C, SourceLocation asmloc, in GCCAsmStmt() argument
899 : AsmStmt(GCCAsmStmtClass, asmloc, issimple, isvolatile, numoutputs, in GCCAsmStmt()
918 MSAsmStmt::MSAsmStmt(const ASTContext &C, SourceLocation asmloc, in MSAsmStmt() argument
925 : AsmStmt(MSAsmStmtClass, asmloc, issimple, isvolatile, numoutputs, in MSAsmStmt()
/freebsd/contrib/llvm-project/clang/include/clang/AST/
H A DStmt.h3225 AsmStmt(StmtClass SC, SourceLocation asmloc, bool issimple, bool isvolatile,
3227 : Stmt (SC), AsmLoc(asmloc), IsSimple(issimple), IsVolatile(isvolatile),
3377 GCCAsmStmt(const ASTContext &C, SourceLocation asmloc, bool issimple,
3596 MSAsmStmt(const ASTContext &C, SourceLocation asmloc,