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

  /external/clang/lib/Parse/
ParseCXXInlineMethods.cpp 266 ParseScope ClassTemplateScope(this, Scope::TemplateParamScope,
277 ParseScope ClassScope(this, Scope::ClassScope|Scope::DeclScope,
294 ParseScope TemplateScope(this, Scope::TemplateParamScope, LM.TemplateScope);
305 ParseScope PrototypeScope(this, Scope::FunctionPrototypeScope |
379 ParseScope ClassTemplateScope(this, Scope::TemplateParamScope, HasTemplateScope);
386 ParseScope ClassScope(this, Scope::ClassScope|Scope::DeclScope,
396 ParseScope TemplateScope(this, Scope::TemplateParamScope, LM.TemplateScope);
418 ParseScope FnScope(this, Scope::FnScope|Scope::DeclScope);
480 ParseScope ClassTemplateScope(this, Scope::TemplateParamScope,
490 ParseScope ClassScope(this, ScopeFlags, !AlreadyHasClassScope)
    [all...]
ParseStmt.cpp 469 ParseScope ExpectScope(this, Scope::DeclScope | Scope::ControlScope);
826 ParseScope CompoundScope(this, ScopeFlags);
    [all...]
ParseTemplate.cpp 68 ParseScope TemplateParmScope(this, Scope::TemplateParamScope);
538 ParseScope TemplateParmScope(this, Scope::TemplateParamScope);
    [all...]
ParseObjc.cpp     [all...]
Parser.cpp     [all...]
ParseDecl.cpp 368 std::unique_ptr<ParseScope> PrototypeScope;
371 PrototypeScope.reset(new ParseScope(this, Scope::FunctionPrototypeScope |
    [all...]
ParseOpenMP.cpp 157 ParseScope OMPDirectiveScope(this, ScopeFlags);
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/Parse/
Parser.h 751 /// ParseScope - Introduces a new scope for parsing. The kind of
757 class ParseScope {
759 ParseScope(const ParseScope &) LLVM_DELETED_FUNCTION;
760 void operator=(const ParseScope &) LLVM_DELETED_FUNCTION;
763 // ParseScope - Construct a new object to manage a scope in the
766 ParseScope(Parser *Self, unsigned ScopeFlags, bool EnteredScope = true,
788 ~ParseScope() {
    [all...]

Completed in 470 milliseconds