Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/tools/clang/lib/CodeGen/
H A DCGStmt.cpp352 case Stmt::DeclStmtClass: EmitDeclStmt(cast<DeclStmt>(*S)); break; in EmitSimpleStmt()
1105 void CodeGenFunction::EmitDeclStmt(const DeclStmt &S) { in EmitDeclStmt() function in CodeGenFunction
H A DCodeGenFunction.h2868 void EmitDeclStmt(const DeclStmt &S);