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 428 Scope::DeclScope | Scope::SEHTryScope));
466 ParseScope ExpectScope(this, Scope::DeclScope | Scope::ControlScope |
810 return ParseCompoundStatement(isStmtExpr, Scope::DeclScope);
    [all...]
ParseCXXInlineMethods.cpp 283 ParseScope ClassScope(this, Scope::ClassScope|Scope::DeclScope,
312 Scope::FunctionDeclarationScope | Scope::DeclScope);
482 ParseScope ClassScope(this, Scope::ClassScope|Scope::DeclScope,
519 ParseScope FnScope(this, Scope::FnScope|Scope::DeclScope);
587 unsigned ScopeFlags = Scope::ClassScope|Scope::DeclScope;
    [all...]
ParseObjc.cpp     [all...]
Parser.cpp 425 EnterScope(Scope::DeclScope);
    [all...]
ParseTemplate.cpp     [all...]
ParseOpenMP.cpp 143 Scope::FnScope | Scope::DeclScope | Scope::OpenMPDirectiveScope;
ParseDecl.cpp 372 Scope::DeclScope));
    [all...]
ParseDeclCXX.cpp 181 ParseScope NamespaceScope(this, Scope::DeclScope);
230 ParseScope NamespaceScope(this, Scope::DeclScope);
297 ParseScope LinkageScope(this, Scope::DeclScope);
    [all...]
ParseExprCXX.cpp     [all...]
ParseExpr.cpp     [all...]
ParsePragma.cpp 426 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 696 milliseconds