HomeSort by relevance Sort by last modified time
    Searched refs:EmitDeclStmt (Results 1 - 2 of 2) sorted by null

  /external/clang/lib/CodeGen/
CGStmt.cpp 173 case Stmt::DeclStmtClass: EmitDeclStmt(cast<DeclStmt>(*S)); break;
783 void CodeGenFunction::EmitDeclStmt(const DeclStmt &S) {
    [all...]
CodeGenFunction.h     [all...]

Completed in 17 milliseconds