reference, declarationdefinition
definition → references, declarations, derived classes, virtual overrides
reference to multiple definitions → definitions
unreferenced

References

tools/clang/include/clang/Sema/TypoCorrection.h
  404     WantFunctionLikeCasts = false;
tools/clang/lib/Parse/ParseExpr.cpp
  548     WantTypeSpecifiers = WantFunctionLikeCasts = AllowTypes;
tools/clang/lib/Sema/SemaExprMember.cpp
  602     WantFunctionLikeCasts = false;
tools/clang/lib/Sema/SemaLookup.cpp
 4698   } else if (CCC.WantFunctionLikeCasts) {
 5203   WantFunctionLikeCasts = SemaRef.getLangOpts().CPlusPlus &&