Searched refs:FunctionPrototypeScope (Results 1 – 9 of 9) sorted by relevance
44 FunctionPrototypeScope | AtCatchScope | ObjCMethodScope)) == in setFlags()72 if (flags & FunctionPrototypeScope) PrototypeDepth++; in setFlags()75 if (flags & FunctionPrototypeScope) in setFlags()171 } else if (Flags & FunctionPrototypeScope) { in dumpImpl()173 Flags &= ~FunctionPrototypeScope; in dumpImpl()
668 Scope::FunctionPrototypeScope | Scope::ObjCMethodScope | in ActOnCXXThrow()
3471 Scope::FunctionPrototypeScope | in CodeCompleteDeclSpec()
80 FunctionPrototypeScope = 0x100, enumerator372 return getFlags() & Scope::FunctionPrototypeScope; in isFunctionPrototypeScope()387 Scope::FunctionPrototypeScope | in isSwitchScope()
315 ParseScope PrototypeScope(this, Scope::FunctionPrototypeScope | in ParseLexedMethodDeclaration()
373 PrototypeScope.reset(new ParseScope(this, Scope::FunctionPrototypeScope | in ParseGNUAttributeArgs()2753 Scope::FunctionPrototypeScope | in ParseDeclarationSpecifiers()5410 Scope::FunctionPrototypeScope|Scope::DeclScope| in ParseDirectDeclarator()5543 Scope::FunctionPrototypeScope | Scope::DeclScope | in ParseParenDeclarator()
1206 ParseScope PrototypeScope(this, Scope::FunctionPrototypeScope | in ParseKNRParamDeclarations()
1132 Scope::FunctionPrototypeScope | in ParseLambdaExpressionAfterIntroducer()
1412 ParseScope PrototypeScope(this, Scope::FunctionPrototypeScope | in ParseObjCMethodDecl()