Home
last modified time | relevance | path

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

/external/clang/include/clang/Sema/
DTypoCorrection.h259 WantCXXNamedCasts(true), WantFunctionLikeCasts(true), in WantTypeSpecifiers()
299 bool WantFunctionLikeCasts; variable
355 WantFunctionLikeCasts = false; in NoTypoCorrectionCCC()
/external/clang/lib/Sema/
DSemaExprMember.cpp579 WantFunctionLikeCasts = false; in RecordMemberExprValidatorCCC()
DSemaLookup.cpp4368 } else if (CCC.WantFunctionLikeCasts) { in AddKeywordsToConsumer()
4872 WantFunctionLikeCasts = SemaRef.getLangOpts().CPlusPlus && NumArgs == 1; in FunctionCallFilterCCC()
/external/clang/lib/Parse/
DParseExpr.cpp492 WantTypeSpecifiers = WantFunctionLikeCasts = AllowTypes; in CastExpressionIdValidator()