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

  /external/clang/include/clang/Sema/
Scope.h 51 /// ControlScope - The controlling scope in a if/switch/while/for statement.
52 ControlScope = 0x10,
  /external/clang/lib/Parse/
ParseStmt.cpp 419 ParseScope ExpectScope(this, Scope::DeclScope | Scope::ControlScope);
933 ParseScope IfScope(this, Scope::DeclScope | Scope::ControlScope, C99orCXX);
    [all...]
ParseDecl.cpp     [all...]
  /external/clang/lib/Sema/
IdentifierResolver.cpp 138 if (S->getParent()->getFlags() & Scope::ControlScope)

Completed in 67 milliseconds