HomeSort by: relevance | last modified time | path
    Searched refs:ContinueLabel (Results 1 - 2 of 2) sorted by relevancy

  /src/external/apache2/llvm/dist/clang/lib/AST/Interp/
ByteCodeStmtGen.cpp 43 LabelTy ContinueLabel)
45 OldContinueLabel(Ctx->ContinueLabel) {
47 this->Ctx->ContinueLabel = ContinueLabel;
52 this->Ctx->ContinueLabel = OldContinueLabel;
ByteCodeStmtGen.h 79 OptLabelTy ContinueLabel;

Completed in 43 milliseconds