Searched refs:ScopeFlags (Results 1 - 25 of 28) sorted by relevance

12

/prebuilts/clang/host/darwin-x86/clang-4053586/prebuilt_include/clang/include/clang/Sema/
H A DScope.h41 /// ScopeFlags - These are bitfields that are or'd together when creating a
43 enum ScopeFlags { enum in class:clang::Scope
133 /// Flags - This contains a set of ScopeFlags, which indicates how the scope
203 Scope(Scope *Parent, unsigned ScopeFlags, DiagnosticsEngine &Diag) argument
205 Init(Parent, ScopeFlags);
/prebuilts/clang/host/darwin-x86/clang-4393122/include/clang/Sema/
H A DScope.h41 /// ScopeFlags - These are bitfields that are or'd together when creating a
43 enum ScopeFlags { enum in class:clang::Scope
133 /// Flags - This contains a set of ScopeFlags, which indicates how the scope
203 Scope(Scope *Parent, unsigned ScopeFlags, DiagnosticsEngine &Diag) argument
205 Init(Parent, ScopeFlags);
/prebuilts/clang/host/darwin-x86/clang-4479392/include/clang/Sema/
H A DScope.h41 /// ScopeFlags - These are bitfields that are or'd together when creating a
43 enum ScopeFlags { enum in class:clang::Scope
133 /// Flags - This contains a set of ScopeFlags, which indicates how the scope
203 Scope(Scope *Parent, unsigned ScopeFlags, DiagnosticsEngine &Diag) argument
205 Init(Parent, ScopeFlags);
/prebuilts/clang/host/darwin-x86/clang-4579689/include/clang/Sema/
H A DScope.h41 /// ScopeFlags - These are bitfields that are or'd together when creating a
43 enum ScopeFlags { enum in class:clang::Scope
136 /// Flags - This contains a set of ScopeFlags, which indicates how the scope
206 Scope(Scope *Parent, unsigned ScopeFlags, DiagnosticsEngine &Diag) argument
208 Init(Parent, ScopeFlags);
/prebuilts/clang/host/darwin-x86/clang-4630689/include/clang/Sema/
H A DScope.h41 /// ScopeFlags - These are bitfields that are or'd together when creating a
43 enum ScopeFlags { enum in class:clang::Scope
136 /// Flags - This contains a set of ScopeFlags, which indicates how the scope
206 Scope(Scope *Parent, unsigned ScopeFlags, DiagnosticsEngine &Diag) argument
208 Init(Parent, ScopeFlags);
/prebuilts/clang/host/darwin-x86/clang-4639204/include/clang/Sema/
H A DScope.h41 /// ScopeFlags - These are bitfields that are or'd together when creating a
43 enum ScopeFlags { enum in class:clang::Scope
136 /// Flags - This contains a set of ScopeFlags, which indicates how the scope
206 Scope(Scope *Parent, unsigned ScopeFlags, DiagnosticsEngine &Diag) argument
208 Init(Parent, ScopeFlags);
/prebuilts/clang/host/darwin-x86/clang-4691093/include/clang/Sema/
H A DScope.h41 /// ScopeFlags - These are bitfields that are or'd together when creating a
43 enum ScopeFlags { enum in class:clang::Scope
136 /// Flags - This contains a set of ScopeFlags, which indicates how the scope
206 Scope(Scope *Parent, unsigned ScopeFlags, DiagnosticsEngine &Diag) argument
208 Init(Parent, ScopeFlags);
/prebuilts/clang/host/linux-x86/clang-4053586/prebuilt_include/clang/include/clang/Sema/
H A DScope.h41 /// ScopeFlags - These are bitfields that are or'd together when creating a
43 enum ScopeFlags { enum in class:clang::Scope
133 /// Flags - This contains a set of ScopeFlags, which indicates how the scope
203 Scope(Scope *Parent, unsigned ScopeFlags, DiagnosticsEngine &Diag) argument
205 Init(Parent, ScopeFlags);
/prebuilts/clang/host/linux-x86/clang-4393122/include/clang/Sema/
H A DScope.h41 /// ScopeFlags - These are bitfields that are or'd together when creating a
43 enum ScopeFlags { enum in class:clang::Scope
133 /// Flags - This contains a set of ScopeFlags, which indicates how the scope
203 Scope(Scope *Parent, unsigned ScopeFlags, DiagnosticsEngine &Diag) argument
205 Init(Parent, ScopeFlags);
/prebuilts/clang/host/linux-x86/clang-4479392/include/clang/Sema/
H A DScope.h41 /// ScopeFlags - These are bitfields that are or'd together when creating a
43 enum ScopeFlags { enum in class:clang::Scope
133 /// Flags - This contains a set of ScopeFlags, which indicates how the scope
203 Scope(Scope *Parent, unsigned ScopeFlags, DiagnosticsEngine &Diag) argument
205 Init(Parent, ScopeFlags);
/prebuilts/clang/host/linux-x86/clang-4579689/include/clang/Sema/
H A DScope.h41 /// ScopeFlags - These are bitfields that are or'd together when creating a
43 enum ScopeFlags { enum in class:clang::Scope
136 /// Flags - This contains a set of ScopeFlags, which indicates how the scope
206 Scope(Scope *Parent, unsigned ScopeFlags, DiagnosticsEngine &Diag) argument
208 Init(Parent, ScopeFlags);
/prebuilts/clang/host/linux-x86/clang-4630689/include/clang/Sema/
H A DScope.h41 /// ScopeFlags - These are bitfields that are or'd together when creating a
43 enum ScopeFlags { enum in class:clang::Scope
136 /// Flags - This contains a set of ScopeFlags, which indicates how the scope
206 Scope(Scope *Parent, unsigned ScopeFlags, DiagnosticsEngine &Diag) argument
208 Init(Parent, ScopeFlags);
/prebuilts/clang/host/linux-x86/clang-4639204/include/clang/Sema/
H A DScope.h41 /// ScopeFlags - These are bitfields that are or'd together when creating a
43 enum ScopeFlags { enum in class:clang::Scope
136 /// Flags - This contains a set of ScopeFlags, which indicates how the scope
206 Scope(Scope *Parent, unsigned ScopeFlags, DiagnosticsEngine &Diag) argument
208 Init(Parent, ScopeFlags);
/prebuilts/clang/host/linux-x86/clang-4691093/include/clang/Sema/
H A DScope.h41 /// ScopeFlags - These are bitfields that are or'd together when creating a
43 enum ScopeFlags { enum in class:clang::Scope
136 /// Flags - This contains a set of ScopeFlags, which indicates how the scope
206 Scope(Scope *Parent, unsigned ScopeFlags, DiagnosticsEngine &Diag) argument
208 Init(Parent, ScopeFlags);
/prebuilts/clang/host/darwin-x86/clang-4053586/prebuilt_include/clang/include/clang/Parse/
H A DParser.h816 /// 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, argument
834 Self->EnterScope(ScopeFlags);
858 void EnterScope(unsigned ScopeFlags);
872 ParseScopeFlags(Parser *Self, unsigned ScopeFlags, bool ManageFlags = true);
1728 unsigned ScopeFlags);
/prebuilts/clang/host/darwin-x86/clang-4393122/include/clang/Parse/
H A DParser.h835 /// scope is determined by ScopeFlags. Objects of this type should
848 // ScopeFlags, but only when we aren't about to enter a compound statement.
849 ParseScope(Parser *Self, unsigned ScopeFlags, bool EnteredScope = true, argument
853 Self->EnterScope(ScopeFlags);
877 void EnterScope(unsigned ScopeFlags);
891 ParseScopeFlags(Parser *Self, unsigned ScopeFlags, bool ManageFlags = true);
1751 unsigned ScopeFlags);
/prebuilts/clang/host/darwin-x86/clang-4479392/include/clang/Parse/
H A DParser.h835 /// scope is determined by ScopeFlags. Objects of this type should
848 // ScopeFlags, but only when we aren't about to enter a compound statement.
849 ParseScope(Parser *Self, unsigned ScopeFlags, bool EnteredScope = true, argument
853 Self->EnterScope(ScopeFlags);
877 void EnterScope(unsigned ScopeFlags);
891 ParseScopeFlags(Parser *Self, unsigned ScopeFlags, bool ManageFlags = true);
1751 unsigned ScopeFlags);
/prebuilts/clang/host/darwin-x86/clang-4579689/include/clang/Parse/
H A DParser.h840 /// scope is determined by ScopeFlags. Objects of this type should
853 // ScopeFlags, but only when we aren't about to enter a compound statement.
854 ParseScope(Parser *Self, unsigned ScopeFlags, bool EnteredScope = true, argument
858 Self->EnterScope(ScopeFlags);
882 void EnterScope(unsigned ScopeFlags);
896 ParseScopeFlags(Parser *Self, unsigned ScopeFlags, bool ManageFlags = true);
1756 unsigned ScopeFlags);
/prebuilts/clang/host/darwin-x86/clang-4630689/include/clang/Parse/
H A DParser.h840 /// scope is determined by ScopeFlags. Objects of this type should
853 // ScopeFlags, but only when we aren't about to enter a compound statement.
854 ParseScope(Parser *Self, unsigned ScopeFlags, bool EnteredScope = true, argument
858 Self->EnterScope(ScopeFlags);
882 void EnterScope(unsigned ScopeFlags);
896 ParseScopeFlags(Parser *Self, unsigned ScopeFlags, bool ManageFlags = true);
1756 unsigned ScopeFlags);
/prebuilts/clang/host/darwin-x86/clang-4639204/include/clang/Parse/
H A DParser.h840 /// scope is determined by ScopeFlags. Objects of this type should
853 // ScopeFlags, but only when we aren't about to enter a compound statement.
854 ParseScope(Parser *Self, unsigned ScopeFlags, bool EnteredScope = true, argument
858 Self->EnterScope(ScopeFlags);
882 void EnterScope(unsigned ScopeFlags);
896 ParseScopeFlags(Parser *Self, unsigned ScopeFlags, bool ManageFlags = true);
1756 unsigned ScopeFlags);
/prebuilts/clang/host/darwin-x86/clang-4691093/include/clang/Parse/
H A DParser.h840 /// scope is determined by ScopeFlags. Objects of this type should
853 // ScopeFlags, but only when we aren't about to enter a compound statement.
854 ParseScope(Parser *Self, unsigned ScopeFlags, bool EnteredScope = true, argument
858 Self->EnterScope(ScopeFlags);
882 void EnterScope(unsigned ScopeFlags);
896 ParseScopeFlags(Parser *Self, unsigned ScopeFlags, bool ManageFlags = true);
1756 unsigned ScopeFlags);
/prebuilts/clang/host/linux-x86/clang-4053586/prebuilt_include/clang/include/clang/Parse/
H A DParser.h816 /// 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, argument
834 Self->EnterScope(ScopeFlags);
858 void EnterScope(unsigned ScopeFlags);
872 ParseScopeFlags(Parser *Self, unsigned ScopeFlags, bool ManageFlags = true);
1728 unsigned ScopeFlags);
/prebuilts/clang/host/linux-x86/clang-4393122/include/clang/Parse/
H A DParser.h835 /// scope is determined by ScopeFlags. Objects of this type should
848 // ScopeFlags, but only when we aren't about to enter a compound statement.
849 ParseScope(Parser *Self, unsigned ScopeFlags, bool EnteredScope = true, argument
853 Self->EnterScope(ScopeFlags);
877 void EnterScope(unsigned ScopeFlags);
891 ParseScopeFlags(Parser *Self, unsigned ScopeFlags, bool ManageFlags = true);
1751 unsigned ScopeFlags);
/prebuilts/clang/host/linux-x86/clang-4479392/include/clang/Parse/
H A DParser.h835 /// scope is determined by ScopeFlags. Objects of this type should
848 // ScopeFlags, but only when we aren't about to enter a compound statement.
849 ParseScope(Parser *Self, unsigned ScopeFlags, bool EnteredScope = true, argument
853 Self->EnterScope(ScopeFlags);
877 void EnterScope(unsigned ScopeFlags);
891 ParseScopeFlags(Parser *Self, unsigned ScopeFlags, bool ManageFlags = true);
1751 unsigned ScopeFlags);
/prebuilts/clang/host/linux-x86/clang-4579689/include/clang/Parse/
H A DParser.h840 /// scope is determined by ScopeFlags. Objects of this type should
853 // ScopeFlags, but only when we aren't about to enter a compound statement.
854 ParseScope(Parser *Self, unsigned ScopeFlags, bool EnteredScope = true, argument
858 Self->EnterScope(ScopeFlags);
882 void EnterScope(unsigned ScopeFlags);
896 ParseScopeFlags(Parser *Self, unsigned ScopeFlags, bool ManageFlags = true);
1756 unsigned ScopeFlags);

Completed in 312 milliseconds

12