Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/clang/include/clang/StaticAnalyzer/Core/PathSensitive/
H A DExprEngine.h61 class MSAsmStmt; variable
/netbsd-src/external/apache2/llvm/dist/clang/lib/AST/
H A DStmt.cpp859 MSAsmStmt::MSAsmStmt(const ASTContext &C, SourceLocation asmloc, in MSAsmStmt() function in MSAsmStmt
/netbsd-src/external/apache2/llvm/dist/clang/include/clang/AST/
H A DStmt.h3217 explicit MSAsmStmt(EmptyShell Empty) : AsmStmt(MSAsmStmtClass, Empty) {} in MSAsmStmt() function