Home
last modified time | relevance | path

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

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