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

/openbsd-current/gnu/llvm/clang/lib/AST/Interp/
H A DEvalEmitter.h108 LabelTy ActiveLabel = 0; member in class:clang::interp::EvalEmitter
112 bool isActive() const { return CurrentLabel == ActiveLabel; }
H A DEvalEmitter.cpp83 ActiveLabel = Label;
91 ActiveLabel = Label;
98 CurrentLabel = ActiveLabel = Label;
104 ActiveLabel = Label;

Completed in 109 milliseconds