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

  /external/clang/lib/Sema/
JumpDiagnostics.cpp 83 LabelDecl *Target, unsigned TargetScope);
699 unsigned TargetScope = TI->first;
707 unsigned Min = TargetScope;
755 DiagnoseIndirectJump(I->second, I->first, TargetLabel, TargetScope);
798 unsigned TargetScope) {
799 if (CHECK_PERMISSIVE(JumpScope == TargetScope))
802 unsigned Common = GetDeepestCommonScope(JumpScope, TargetScope);
815 for (unsigned I = TargetScope; I != Common; I = Scopes[I].ParentScope)
    [all...]
  /external/v8/src/parsing/
parser.h 143 typedef ParserTargetScope TargetScope;
    [all...]
preparser.h 912 typedef PreParserTargetScope TargetScope;
    [all...]
parser-base.h 225 // typedef TargetScope;
    [all...]

Completed in 371 milliseconds