Home
last modified time | relevance | path

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

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