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 71 if (flags & DeclScope) {
76 else if ((flags & ClassScope) && getParent()->getFlags() == DeclScope)
149 } else if (Flags & DeclScope) {
150 OS << "DeclScope";
151 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 431 Scope::DeclScope | Scope::SEHTryScope));
469 ParseScope ExpectScope(this, Scope::DeclScope | Scope::ControlScope);
790 return ParseCompoundStatement(isStmtExpr, Scope::DeclScope);
    [all...]
ParseCXXInlineMethods.cpp 277 ParseScope ClassScope(this, Scope::ClassScope|Scope::DeclScope,
306 Scope::FunctionDeclarationScope | Scope::DeclScope);
386 ParseScope ClassScope(this, Scope::ClassScope|Scope::DeclScope,
418 ParseScope FnScope(this, Scope::FnScope|Scope::DeclScope);
489 unsigned ScopeFlags = Scope::ClassScope|Scope::DeclScope;
    [all...]
ParseObjc.cpp     [all...]
Parser.cpp 425 EnterScope(Scope::DeclScope);
    [all...]
ParseTemplate.cpp     [all...]
ParseOpenMP.cpp 119 Scope::FnScope | Scope::DeclScope | Scope::OpenMPDirectiveScope;
ParseDecl.cpp 373 Scope::DeclScope));
    [all...]
ParseDeclCXX.cpp 173 ParseScope NamespaceScope(this, Scope::DeclScope);
220 ParseScope NamespaceScope(this, Scope::DeclScope);
287 ParseScope LinkageScope(this, Scope::DeclScope);
    [all...]
ParseExprCXX.cpp     [all...]
ParseExpr.cpp     [all...]
ParsePragma.cpp 400 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 327 milliseconds