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

  /external/clang/lib/Sema/
JumpDiagnostics.cpp 79 LabelDecl *Target, unsigned TargetScope);
605 unsigned TargetScope = TI->first;
613 unsigned Min = TargetScope;
661 DiagnoseIndirectJump(I->second, I->first, TargetLabel, TargetScope);
703 unsigned TargetScope) {
704 assert(JumpScope != TargetScope);
706 unsigned Common = GetDeepestCommonScope(JumpScope, TargetScope);
719 for (unsigned I = TargetScope; I != Common; I = Scopes[I].ParentScope)
  /external/v8/src/
parser.cc 444 class TargetScope BASE_EMBEDDED {
446 explicit TargetScope(Target** variable)
451 ~TargetScope() {
    [all...]

Completed in 63 milliseconds