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

/external/clang/lib/CodeGen/
H A DCGStmt.cpp176 case Stmt::DeclStmtClass: EmitDeclStmt(cast<DeclStmt>(*S)); break;
785 void CodeGenFunction::EmitDeclStmt(const DeclStmt &S) { function in class:CodeGenFunction
H A DCodeGenFunction.h1997 void EmitDeclStmt(const DeclStmt &S);

Completed in 82 milliseconds