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

  /external/clang/lib/Sema/
Scope.cpp 74 if (flags & DeclScope) {
79 else if ((flags & ClassScope) && getParent()->getFlags() == DeclScope)
152 } else if (Flags & DeclScope) {
153 OS << "DeclScope";
154 Flags &= ~DeclScope;
Sema.cpp     [all...]
SemaTemplate.cpp     [all...]
SemaDecl.cpp     [all...]
SemaDeclCXX.cpp     [all...]
SemaLookup.cpp     [all...]
SemaCodeComplete.cpp     [all...]
  /external/clang/lib/Parse/
ParseStmt.cpp 434 Scope::DeclScope | Scope::SEHTryScope));
472 ParseScope ExpectScope(this, Scope::DeclScope | Scope::ControlScope |
816 return ParseCompoundStatement(isStmtExpr, Scope::DeclScope);
    [all...]
ParseCXXInlineMethods.cpp 280 ParseScope ClassScope(this, Scope::ClassScope|Scope::DeclScope,
309 Scope::FunctionDeclarationScope | Scope::DeclScope);
479 ParseScope ClassScope(this, Scope::ClassScope|Scope::DeclScope,
516 ParseScope FnScope(this, Scope::FnScope|Scope::DeclScope);
584 unsigned ScopeFlags = Scope::ClassScope|Scope::DeclScope;
    [all...]
Parser.cpp 455 EnterScope(Scope::DeclScope);
    [all...]
ParseObjc.cpp     [all...]
ParseTemplate.cpp     [all...]
ParseDecl.cpp 374 Scope::DeclScope));
    [all...]
ParseDeclCXX.cpp 182 ParseScope NamespaceScope(this, Scope::DeclScope);
234 ParseScope NamespaceScope(this, Scope::DeclScope);
303 ParseScope LinkageScope(this, Scope::DeclScope);
    [all...]
ParseOpenMP.cpp 177 Scope::FnScope | Scope::DeclScope | Scope::OpenMPDirectiveScope;
    [all...]
ParseExprCXX.cpp     [all...]
ParseExpr.cpp     [all...]
ParsePragma.cpp 436 ParseScope CapturedRegionScope(this, Scope::FnScope | Scope::DeclScope);
    [all...]
  /external/clang/include/clang/Sema/
Scope.h 57 DeclScope = 0x08,
68 /// the FnScope and DeclScope flags set as well.
92 /// It always has FnScope and DeclScope set as well.

Completed in 432 milliseconds