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 83 LabelDecl *Target, unsigned TargetScope);
605 unsigned TargetScope = TI->first;
613 unsigned Min = TargetScope;
661 DiagnoseIndirectJump(I->second, I->first, TargetLabel, TargetScope);
704 unsigned TargetScope) {
705 if (CHECK_PERMISSIVE(JumpScope == TargetScope))
708 unsigned Common = GetDeepestCommonScope(JumpScope, TargetScope);
721 for (unsigned I = TargetScope; I != Common; I = Scopes[I].ParentScope)
  /external/chromium_org/v8/src/
parser.cc 305 class TargetScope BASE_EMBEDDED {
307 explicit TargetScope(Target** variable)
312 ~TargetScope() {
    [all...]

Completed in 210 milliseconds