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

  /external/clang/lib/Parse/
ParseStmt.cpp 398 ParseScope ExpectScope(this, Scope::DeclScope | Scope::ControlScope);
667 return ParseCompoundStatement(isStmtExpr, Scope::DeclScope);
967 ParseScope IfScope(this, Scope::DeclScope | Scope::ControlScope, C99orCXX);
    [all...]
ParseCXXInlineMethods.cpp 288 ParseScope ClassScope(this, Scope::ClassScope|Scope::DeclScope,
313 Scope::FunctionDeclarationScope | Scope::DeclScope);
386 ParseScope ClassScope(this, Scope::ClassScope|Scope::DeclScope,
416 ParseScope FnScope(this, Scope::FnScope|Scope::DeclScope);
474 unsigned ScopeFlags = Scope::ClassScope|Scope::DeclScope;
ParseObjc.cpp     [all...]
Parser.cpp 447 EnterScope(Scope::DeclScope);
    [all...]
ParseTemplate.cpp     [all...]
ParseDeclCXX.cpp 165 ParseScope NamespaceScope(this, Scope::DeclScope);
212 ParseScope NamespaceScope(this, Scope::DeclScope);
290 ParseScope LinkageScope(this, Scope::DeclScope);
    [all...]
ParseDecl.cpp 884 unsigned ScopeFlags = Scope::ClassScope|Scope::DeclScope;
    [all...]
ParseExprCXX.cpp 801 Scope::DeclScope);
    [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...]
SemaDecl.cpp     [all...]
SemaDeclCXX.cpp     [all...]
SemaTemplate.cpp     [all...]
SemaLookup.cpp     [all...]
SemaCodeComplete.cpp     [all...]

Completed in 93 milliseconds