Home
last modified time | relevance | path

Searched refs:WantFunctionLikeCasts (Results 1 – 4 of 4) sorted by relevance

/freebsd-14.2/contrib/llvm-project/clang/include/clang/Sema/
H A DTypoCorrection.h331 bool WantFunctionLikeCasts = true; variable
408 WantFunctionLikeCasts = false; in NoTypoCorrectionCCC()
/freebsd-14.2/contrib/llvm-project/clang/lib/Sema/
H A DSemaExprMember.cpp634 WantFunctionLikeCasts = false; in RecordMemberExprValidatorCCC()
H A DSemaLookup.cpp5085 } else if (CCC.WantFunctionLikeCasts) { in AddKeywordsToConsumer()
5588 WantFunctionLikeCasts = SemaRef.getLangOpts().CPlusPlus && in FunctionCallFilterCCC()
/freebsd-14.2/contrib/llvm-project/clang/lib/Parse/
H A DParseExpr.cpp709 WantTypeSpecifiers = WantFunctionLikeCasts = AllowTypes; in CastExpressionIdValidator()