HomeSort by relevance Sort by last modified time
    Searched refs:ScopeFlags (Results 1 - 25 of 26) sorted by null

1 2

  /external/clang/include/clang/Sema/
Scope.h 41 /// ScopeFlags - These are bitfields that are or'd together when creating a
43 enum ScopeFlags {
133 /// Flags - This contains a set of ScopeFlags, which indicates how the scope
203 Scope(Scope *Parent, unsigned ScopeFlags, DiagnosticsEngine &Diag)
205 Init(Parent, ScopeFlags);
  /prebuilts/clang/host/darwin-x86/clang-3957855/prebuilt_include/clang/include/clang/Sema/
Scope.h 41 /// ScopeFlags - These are bitfields that are or'd together when creating a
43 enum ScopeFlags {
133 /// Flags - This contains a set of ScopeFlags, which indicates how the scope
203 Scope(Scope *Parent, unsigned ScopeFlags, DiagnosticsEngine &Diag)
205 Init(Parent, ScopeFlags);
  /prebuilts/clang/host/darwin-x86/clang-3960126/prebuilt_include/clang/include/clang/Sema/
Scope.h 41 /// ScopeFlags - These are bitfields that are or'd together when creating a
43 enum ScopeFlags {
133 /// Flags - This contains a set of ScopeFlags, which indicates how the scope
203 Scope(Scope *Parent, unsigned ScopeFlags, DiagnosticsEngine &Diag)
205 Init(Parent, ScopeFlags);
  /prebuilts/clang/host/darwin-x86/clang-3977809/prebuilt_include/clang/include/clang/Sema/
Scope.h 41 /// ScopeFlags - These are bitfields that are or'd together when creating a
43 enum ScopeFlags {
133 /// Flags - This contains a set of ScopeFlags, which indicates how the scope
203 Scope(Scope *Parent, unsigned ScopeFlags, DiagnosticsEngine &Diag)
205 Init(Parent, ScopeFlags);
  /prebuilts/clang/host/darwin-x86/clang-4053586/prebuilt_include/clang/include/clang/Sema/
Scope.h 41 /// ScopeFlags - These are bitfields that are or'd together when creating a
43 enum ScopeFlags {
133 /// Flags - This contains a set of ScopeFlags, which indicates how the scope
203 Scope(Scope *Parent, unsigned ScopeFlags, DiagnosticsEngine &Diag)
205 Init(Parent, ScopeFlags);
  /prebuilts/clang/host/linux-x86/clang-3957855/prebuilt_include/clang/include/clang/Sema/
Scope.h 41 /// ScopeFlags - These are bitfields that are or'd together when creating a
43 enum ScopeFlags {
133 /// Flags - This contains a set of ScopeFlags, which indicates how the scope
203 Scope(Scope *Parent, unsigned ScopeFlags, DiagnosticsEngine &Diag)
205 Init(Parent, ScopeFlags);
  /prebuilts/clang/host/linux-x86/clang-3960126/prebuilt_include/clang/include/clang/Sema/
Scope.h 41 /// ScopeFlags - These are bitfields that are or'd together when creating a
43 enum ScopeFlags {
133 /// Flags - This contains a set of ScopeFlags, which indicates how the scope
203 Scope(Scope *Parent, unsigned ScopeFlags, DiagnosticsEngine &Diag)
205 Init(Parent, ScopeFlags);
  /prebuilts/clang/host/linux-x86/clang-3977809/prebuilt_include/clang/include/clang/Sema/
Scope.h 41 /// ScopeFlags - These are bitfields that are or'd together when creating a
43 enum ScopeFlags {
133 /// Flags - This contains a set of ScopeFlags, which indicates how the scope
203 Scope(Scope *Parent, unsigned ScopeFlags, DiagnosticsEngine &Diag)
205 Init(Parent, ScopeFlags);
  /prebuilts/clang/host/linux-x86/clang-4053586/prebuilt_include/clang/include/clang/Sema/
Scope.h 41 /// ScopeFlags - These are bitfields that are or'd together when creating a
43 enum ScopeFlags {
133 /// Flags - This contains a set of ScopeFlags, which indicates how the scope
203 Scope(Scope *Parent, unsigned ScopeFlags, DiagnosticsEngine &Diag)
205 Init(Parent, ScopeFlags);
  /external/clang/lib/Parse/
ParseStmt.cpp 858 unsigned ScopeFlags) {
863 ParseScope CompoundScope(this, ScopeFlags);
    [all...]
ParseCXXInlineMethods.cpp 593 unsigned ScopeFlags = Scope::ClassScope|Scope::DeclScope;
594 ParseScope ClassScope(this, ScopeFlags, !AlreadyHasClassScope);
595 ParseScopeFlags ClassScopeFlags(this, ScopeFlags, AlreadyHasClassScope);
    [all...]
Parser.cpp 373 void Parser::EnterScope(unsigned ScopeFlags) {
376 N->Init(getCurScope(), ScopeFlags);
379 Actions.CurScope = new Scope(getCurScope(), ScopeFlags, Diags);
400 /// Set the flags for the current scope to ScopeFlags. If ManageFlags is false,
402 Parser::ParseScopeFlags::ParseScopeFlags(Parser *Self, unsigned ScopeFlags,
407 CurScope->setFlags(ScopeFlags);
    [all...]
ParseOpenMP.cpp 787 unsigned ScopeFlags =
908 ScopeFlags |= Scope::OpenMPLoopDirectiveScope;
910 ScopeFlags |= Scope::OpenMPSimdDirectiveScope;
911 ParseScope OMPDirectiveScope(this, ScopeFlags)
    [all...]
ParseExprCXX.cpp     [all...]
ParseDecl.cpp     [all...]
  /external/clang/include/clang/Parse/
Parser.h 785 /// scope is determined by ScopeFlags. Objects of this type should
798 // ScopeFlags, but only when we aren't about to enter a compound statement.
799 ParseScope(Parser *Self, unsigned ScopeFlags, bool EnteredScope = true,
803 Self->EnterScope(ScopeFlags);
827 void EnterScope(unsigned ScopeFlags);
841 ParseScopeFlags(Parser *Self, unsigned ScopeFlags, bool ManageFlags = true);
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-3957855/prebuilt_include/clang/include/clang/Parse/
Parser.h 816 /// scope is determined by ScopeFlags. Objects of this type should
829 // ScopeFlags, but only when we aren't about to enter a compound statement.
830 ParseScope(Parser *Self, unsigned ScopeFlags, bool EnteredScope = true,
834 Self->EnterScope(ScopeFlags);
858 void EnterScope(unsigned ScopeFlags);
872 ParseScopeFlags(Parser *Self, unsigned ScopeFlags, bool ManageFlags = true);
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-3960126/prebuilt_include/clang/include/clang/Parse/
Parser.h 816 /// scope is determined by ScopeFlags. Objects of this type should
829 // ScopeFlags, but only when we aren't about to enter a compound statement.
830 ParseScope(Parser *Self, unsigned ScopeFlags, bool EnteredScope = true,
834 Self->EnterScope(ScopeFlags);
858 void EnterScope(unsigned ScopeFlags);
872 ParseScopeFlags(Parser *Self, unsigned ScopeFlags, bool ManageFlags = true);
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-3977809/prebuilt_include/clang/include/clang/Parse/
Parser.h 816 /// scope is determined by ScopeFlags. Objects of this type should
829 // ScopeFlags, but only when we aren't about to enter a compound statement.
830 ParseScope(Parser *Self, unsigned ScopeFlags, bool EnteredScope = true,
834 Self->EnterScope(ScopeFlags);
858 void EnterScope(unsigned ScopeFlags);
872 ParseScopeFlags(Parser *Self, unsigned ScopeFlags, bool ManageFlags = true);
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-4053586/prebuilt_include/clang/include/clang/Parse/
Parser.h 816 /// scope is determined by ScopeFlags. Objects of this type should
829 // ScopeFlags, but only when we aren't about to enter a compound statement.
830 ParseScope(Parser *Self, unsigned ScopeFlags, bool EnteredScope = true,
834 Self->EnterScope(ScopeFlags);
858 void EnterScope(unsigned ScopeFlags);
872 ParseScopeFlags(Parser *Self, unsigned ScopeFlags, bool ManageFlags = true);
    [all...]
  /prebuilts/clang/host/linux-x86/clang-3957855/prebuilt_include/clang/include/clang/Parse/
Parser.h 816 /// scope is determined by ScopeFlags. Objects of this type should
829 // ScopeFlags, but only when we aren't about to enter a compound statement.
830 ParseScope(Parser *Self, unsigned ScopeFlags, bool EnteredScope = true,
834 Self->EnterScope(ScopeFlags);
858 void EnterScope(unsigned ScopeFlags);
872 ParseScopeFlags(Parser *Self, unsigned ScopeFlags, bool ManageFlags = true);
    [all...]
  /prebuilts/clang/host/linux-x86/clang-3960126/prebuilt_include/clang/include/clang/Parse/
Parser.h 816 /// scope is determined by ScopeFlags. Objects of this type should
829 // ScopeFlags, but only when we aren't about to enter a compound statement.
830 ParseScope(Parser *Self, unsigned ScopeFlags, bool EnteredScope = true,
834 Self->EnterScope(ScopeFlags);
858 void EnterScope(unsigned ScopeFlags);
872 ParseScopeFlags(Parser *Self, unsigned ScopeFlags, bool ManageFlags = true);
    [all...]
  /prebuilts/clang/host/linux-x86/clang-3977809/prebuilt_include/clang/include/clang/Parse/
Parser.h 816 /// scope is determined by ScopeFlags. Objects of this type should
829 // ScopeFlags, but only when we aren't about to enter a compound statement.
830 ParseScope(Parser *Self, unsigned ScopeFlags, bool EnteredScope = true,
834 Self->EnterScope(ScopeFlags);
858 void EnterScope(unsigned ScopeFlags);
872 ParseScopeFlags(Parser *Self, unsigned ScopeFlags, bool ManageFlags = true);
    [all...]
  /prebuilts/clang/host/linux-x86/clang-4053586/prebuilt_include/clang/include/clang/Parse/
Parser.h 816 /// scope is determined by ScopeFlags. Objects of this type should
829 // ScopeFlags, but only when we aren't about to enter a compound statement.
830 ParseScope(Parser *Self, unsigned ScopeFlags, bool EnteredScope = true,
834 Self->EnterScope(ScopeFlags);
858 void EnterScope(unsigned ScopeFlags);
872 ParseScopeFlags(Parser *Self, unsigned ScopeFlags, bool ManageFlags = true);
    [all...]
  /external/clang/lib/Sema/
SemaExpr.cpp     [all...]

Completed in 402 milliseconds

1 2