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

  /external/clang/lib/CodeGen/
CGStmt.cpp 129 case Stmt::IfStmtClass: EmitIfStmt(cast<IfStmt>(*S)); break;
426 void CodeGenFunction::EmitIfStmt(const IfStmt &S) {
    [all...]
CodeGenFunction.h     [all...]

Completed in 40 milliseconds