Home
last modified time | relevance | path

Searched refs:WantTypeSpecifiers (Results 1 – 7 of 7) sorted by relevance

/freebsd-14.2/contrib/llvm-project/clang/include/clang/Sema/
H A DTypoCorrection.h328 bool WantTypeSpecifiers = true; variable
405 WantTypeSpecifiers = false; in NoTypoCorrectionCCC()
/freebsd-14.2/contrib/llvm-project/clang/lib/Sema/
H A DSemaLookup.cpp5049 if (CCC.WantTypeSpecifiers) { in AddKeywordsToConsumer()
5556 return WantTypeSpecifiers || WantExpressionKeywords || WantCXXNamedCasts || in ValidateCandidate()
5579 return WantTypeSpecifiers || HasNonType; in ValidateCandidate()
5587 WantTypeSpecifiers = false; in FunctionCallFilterCCC()
H A DSemaExprMember.cpp631 WantTypeSpecifiers = false; in RecordMemberExprValidatorCCC()
H A DSemaTemplate.cpp517 FilterCCC.WantTypeSpecifiers = false; in LookupTemplateName()
675 WantTypeSpecifiers = false; in diagnoseExprIntendedAsTemplateName()
/freebsd-14.2/contrib/llvm-project/clang/lib/Parse/
H A DParseTentative.cpp1198 WantTypeSpecifiers = in TentativeParseCCC()
H A DParseExpr.cpp709 WantTypeSpecifiers = WantFunctionLikeCasts = AllowTypes; in CastExpressionIdValidator()
718 return WantTypeSpecifiers; in ValidateCandidate()
H A DParseStmt.cpp140 WantTypeSpecifiers = nextTok.isOneOf(tok::l_paren, tok::less, tok::l_square, in StatementFilterCCC()