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()
3896 if (CCC.WantTypeSpecifiers) { in AddKeywordsToConsumer()4398 return WantTypeSpecifiers || WantExpressionKeywords || WantCXXNamedCasts || in ValidateCandidate()4421 return WantTypeSpecifiers || HasNonType; in ValidateCandidate()4429 WantTypeSpecifiers = false; in FunctionCallFilterCCC()
547 WantTypeSpecifiers = false; in RecordMemberExprValidatorCCC()
322 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()