Home
last modified time | relevance | path

Searched refs:TargetScope (Results 1 – 4 of 4) sorted by relevance

/external/clang/lib/Sema/
DJumpDiagnostics.cpp83 LabelDecl *Target, unsigned TargetScope);
699 unsigned TargetScope = TI->first; in VerifyIndirectJumps() local
707 unsigned Min = TargetScope; in VerifyIndirectJumps()
755 DiagnoseIndirectJump(I->second, I->first, TargetLabel, TargetScope); in VerifyIndirectJumps()
798 unsigned TargetScope) { in DiagnoseIndirectJump() argument
799 if (CHECK_PERMISSIVE(JumpScope == TargetScope)) in DiagnoseIndirectJump()
802 unsigned Common = GetDeepestCommonScope(JumpScope, TargetScope); in DiagnoseIndirectJump()
815 for (unsigned I = TargetScope; I != Common; I = Scopes[I].ParentScope) in DiagnoseIndirectJump()
/external/v8/src/parsing/
Dparser.h201 typedef ParserTargetScope TargetScope;
Dpreparser.h857 typedef PreParserTargetScope TargetScope;
Dparser-base.h4613 typename Types::TargetScope target_scope(this); in ParseStatementList()