Home
last modified time | relevance | path

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

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