Home
last modified time | relevance | path

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

/freebsd-src/contrib/llvm-project/clang/lib/AST/
H A DStmt.cpp444 if (const auto *msAsmStmt = dyn_cast<MSAsmStmt>(this)) generateAsmString() local
452 if (const auto *msAsmStmt = dyn_cast<MSAsmStmt>(this)) getOutputConstraint() local
460 if (const auto *msAsmStmt = dyn_cast<MSAsmStmt>(this)) getOutputExpr() local
468 if (const auto *msAsmStmt = dyn_cast<MSAsmStmt>(this)) getInputConstraint() local
476 if (const auto *msAsmStmt = dyn_cast<MSAsmStmt>(this)) getInputExpr() local
484 if (const auto *msAsmStmt = dyn_cast<MSAsmStmt>(this)) getClobber() local
[all...]