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 419 ParseScope ExpectScope(this, Scope::DeclScope | Scope::ControlScope);
688 return ParseCompoundStatement(isStmtExpr, Scope::DeclScope);
933 ParseScope IfScope(this, Scope::DeclScope | Scope::ControlScope, C99orCXX);
    [all...]
ParseCXXInlineMethods.cpp 270 ParseScope ClassScope(this, Scope::ClassScope|Scope::DeclScope,
295 Scope::FunctionPrototypeScope|Scope::DeclScope);
438 ParseScope ClassScope(this, Scope::ClassScope|Scope::DeclScope,
468 ParseScope FnScope(this, Scope::FnScope|Scope::DeclScope);
523 unsigned ScopeFlags = Scope::ClassScope|Scope::DeclScope;
ParseObjc.cpp     [all...]
Parser.cpp 409 EnterScope(Scope::DeclScope);
    [all...]
ParseTemplate.cpp     [all...]
ParseDeclCXX.cpp 157 ParseScope NamespaceScope(this, Scope::DeclScope);
204 ParseScope NamespaceScope(this, Scope::DeclScope);
282 ParseScope LinkageScope(this, Scope::DeclScope);
    [all...]
ParseDecl.cpp 734 unsigned ScopeFlags = Scope::ClassScope|Scope::DeclScope;
806 ParseScope FnScope(this, Scope::FnScope|Scope::DeclScope, HasFunctionScope);
    [all...]
ParseExprCXX.cpp 752 Scope::DeclScope);
879 unsigned ScopeFlags = Scope::BlockScope | Scope::FnScope | Scope::DeclScope;
    [all...]
ParseExpr.cpp     [all...]
  /external/clang/include/clang/Sema/
Scope.h 47 /// DeclScope - This is a scope that can contain a declaration. Some scopes
49 DeclScope = 0x08,
60 /// the FnScope and DeclScope flags set as well.
78 /// It always has FnScope and DeclScope set as well.
  /external/clang/lib/Sema/
Sema.cpp 810 if (S->getFlags() & (Scope::DeclScope | Scope::TemplateParamScope))
    [all...]
SemaDecl.cpp     [all...]
SemaDeclCXX.cpp     [all...]
SemaTemplate.cpp     [all...]
SemaLookup.cpp     [all...]
SemaCodeComplete.cpp     [all...]

Completed in 587 milliseconds