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

  /external/clang/lib/Parse/
ParseCXXInlineMethods.cpp 289 ParseScope ClassScope(this, Scope::ClassScope|Scope::DeclScope,
316 Scope::FunctionDeclarationScope | Scope::DeclScope);
391 ParseScope ClassScope(this, Scope::ClassScope|Scope::DeclScope,
423 ParseScope FnScope(this, Scope::FnScope|Scope::DeclScope);
490 unsigned ScopeFlags = Scope::ClassScope|Scope::DeclScope;
ParseStmt.cpp 418 ParseScope ExpectScope(this, Scope::DeclScope | Scope::ControlScope);
687 return ParseCompoundStatement(isStmtExpr, Scope::DeclScope);
    [all...]
ParseObjc.cpp     [all...]
ParseOpenMP.cpp 87 const unsigned ScopeFlags = Scope::FnScope | Scope::DeclScope;
Parser.cpp 478 EnterScope(Scope::DeclScope);
    [all...]
ParseTemplate.cpp     [all...]
ParseDeclCXX.cpp 166 ParseScope NamespaceScope(this, Scope::DeclScope);
213 ParseScope NamespaceScope(this, Scope::DeclScope);
291 ParseScope LinkageScope(this, Scope::DeclScope);
    [all...]
ParseDecl.cpp     [all...]
ParsePragma.cpp 139 ParseScope CapturedRegionScope(this, Scope::FnScope | Scope::DeclScope);
ParseExprCXX.cpp     [all...]
ParseExpr.cpp     [all...]
  /external/clang/include/clang/Sema/
Scope.h 49 DeclScope = 0x08,
60 /// the FnScope and DeclScope flags set as well.
84 /// It always has FnScope and DeclScope set as well.
  /external/clang/lib/Sema/
Sema.cpp     [all...]
SemaDeclCXX.cpp     [all...]
SemaTemplate.cpp     [all...]
SemaDecl.cpp     [all...]
SemaLookup.cpp     [all...]
SemaCodeComplete.cpp     [all...]

Completed in 1198 milliseconds