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

  /external/clang/lib/CodeGen/
CGStmt.cpp 174 case Stmt::LabelStmtClass: EmitLabelStmt(cast<LabelStmt>(*S)); break;
336 void CodeGenFunction::EmitLabelStmt(const LabelStmt &S) {
    [all...]
CodeGenFunction.h     [all...]

Completed in 17 milliseconds