Searched refs:ParseScopeFlags (Results 1 – 6 of 6) sorted by relevance
/external/clang/include/clang/Parse/ |
D | Parser.h | 834 class ParseScopeFlags { 837 ParseScopeFlags(const ParseScopeFlags &) = delete; 838 void operator=(const ParseScopeFlags &) = delete; 841 ParseScopeFlags(Parser *Self, unsigned ScopeFlags, bool ManageFlags = true); 842 ~ParseScopeFlags();
|
/external/clang/lib/Parse/ |
D | Parser.cpp | 402 Parser::ParseScopeFlags::ParseScopeFlags(Parser *Self, unsigned ScopeFlags, in ParseScopeFlags() function in Parser::ParseScopeFlags 413 Parser::ParseScopeFlags::~ParseScopeFlags() { in ~ParseScopeFlags()
|
D | ParseCXXInlineMethods.cpp | 595 ParseScopeFlags ClassScopeFlags(this, ScopeFlags, AlreadyHasClassScope); in ParseLexedMemberInitializers()
|
D | ParseTemplate.cpp | 150 ParseScopeFlags TemplateScopeFlags(this, NewFlags, isSpecialization); in ParseTemplateDeclarationOrSpecialization()
|
D | ParseStmt.cpp | 495 ParseScopeFlags FilterScope(this, getCurScope()->getFlags() | in ParseSEHExceptBlock()
|
D | ParseDecl.cpp | 1171 ParseScopeFlags ClassScopeFlags(this, ScopeFlags, AlreadyHasClassScope); in ParseLexedAttributes()
|