Lines Matching full:disambiguate
142 // cases the statement is a declaration. [Note: To disambiguate, the whole in isCXXSimpleDeclaration()
281 // Two decl-specifiers in a row conclusively disambiguate this as being a in TryParseSimpleDeclaration()
304 /// Tentatively parse an init-declarator-list in order to disambiguate it from
354 // A left-brace here is sufficient to disambiguate the parse; an in TryParseInitDeclaratorList()
536 /// Note that, unlike isCXXSimpleDeclaration, we must disambiguate all the way
537 /// to the ';' to disambiguate cases like 'int(x))' (an expression) from
569 // FIXME: Disambiguate properly after an = instead of assuming that it's a in isCXXConditionDeclarationOrInitStatement()
709 /// If Disambiguate is true, we try harder to determine whether a '[[' starts
738 Parser::isCXX11AttributeSpecifier(bool Disambiguate, in isCXX11AttributeSpecifier() argument
751 if (!Disambiguate && !getLangOpts().ObjC) in isCXX11AttributeSpecifier()
1228 /// the intent is to keep trying to disambiguate, on the basis that we might
1346 // later, so disambiguate as a declaration. in isCXXDeclarationSpecifier()
1813 // This is a function-style cast in all cases we disambiguate other than in isCXXDeclarationSpecifier()
2088 if (isCXX11AttributeSpecifier(/*Disambiguate*/false, in TryParseParameterDeclarationClause()
2343 // We might be able to disambiguate a few more cases if we're careful. in isTemplateArgumentList()