Home
last modified time | relevance | path

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

/external/llvm-project/clang/include/clang/StaticAnalyzer/Core/PathSensitive/
DExprEngine.h61 class MSAsmStmt; variable
/external/clang/lib/AST/
DStmt.cpp715 MSAsmStmt::MSAsmStmt(const ASTContext &C, SourceLocation asmloc, in MSAsmStmt() function in MSAsmStmt
/external/llvm-project/clang/lib/AST/
DStmt.cpp859 MSAsmStmt::MSAsmStmt(const ASTContext &C, SourceLocation asmloc, in MSAsmStmt() function in MSAsmStmt
/external/clang/include/clang/AST/
DStmt.h1765 explicit MSAsmStmt(EmptyShell Empty) : AsmStmt(MSAsmStmtClass, Empty), in MSAsmStmt() function
/external/llvm-project/clang/include/clang/AST/
DStmt.h3213 explicit MSAsmStmt(EmptyShell Empty) : AsmStmt(MSAsmStmtClass, Empty) {} in MSAsmStmt() function