Home
last modified time | relevance | path

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

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