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 52 ControlScope = 0x10,
  /external/clang/lib/Parse/
ParseStmt.cpp 398 ParseScope ExpectScope(this, Scope::DeclScope | Scope::ControlScope);
967 ParseScope IfScope(this, Scope::DeclScope | Scope::ControlScope, C99orCXX);
    [all...]
ParseDecl.cpp     [all...]
  /external/clang/lib/Sema/
IdentifierResolver.cpp 136 if (S->getParent()->getFlags() & Scope::ControlScope) {

Completed in 26 milliseconds