Searched refs:WantTypeSpecifiers (Results 1 – 7 of 7) sorted by relevance
252 : WantTypeSpecifiers(true), WantExpressionKeywords(true), in WantTypeSpecifiers() function290 bool WantTypeSpecifiers; variable346 WantTypeSpecifiers = false; in NoTypoCorrectionCCC()
3922 if (CCC.WantTypeSpecifiers) { in AddKeywordsToConsumer()4422 return WantTypeSpecifiers || WantExpressionKeywords || WantCXXNamedCasts || in ValidateCandidate()4445 return WantTypeSpecifiers || HasNonType; in ValidateCandidate()4453 WantTypeSpecifiers = false; in FunctionCallFilterCCC()
563 WantTypeSpecifiers = false; in RecordMemberExprValidatorCCC()
323 FilterCCC->WantTypeSpecifiers = false; in LookupTemplateName()
451 WantTypeSpecifiers = WantFunctionLikeCasts = AllowTypes; in CastExpressionIdValidator()460 return WantTypeSpecifiers; in ValidateCandidate()
1018 WantTypeSpecifiers = Next.is(tok::l_paren) || Next.is(tok::r_paren) || in TentativeParseCCC()
122 WantTypeSpecifiers = nextTok.is(tok::l_paren) || nextTok.is(tok::less) || in StatementFilterCCC()