Home
last modified time | relevance | path

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

/llvm-project-15.0.7/clang/include/clang/Sema/
H A DTypoCorrection.h331 bool WantFunctionLikeCasts = true; variable
404 WantFunctionLikeCasts = false; in NoTypoCorrectionCCC()
/llvm-project-15.0.7/clang/lib/Sema/
H A DSemaExprMember.cpp602 WantFunctionLikeCasts = false; in RecordMemberExprValidatorCCC()
H A DSemaLookup.cpp5056 } else if (CCC.WantFunctionLikeCasts) { in AddKeywordsToConsumer()
5561 WantFunctionLikeCasts = SemaRef.getLangOpts().CPlusPlus && in FunctionCallFilterCCC()
/llvm-project-15.0.7/clang/lib/Parse/
H A DParseExpr.cpp697 WantTypeSpecifiers = WantFunctionLikeCasts = AllowTypes; in CastExpressionIdValidator()