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

References

tools/clang/include/clang/Parse/Parser.h
 1791                         LambdaIntroducerTentativeParse *Tentative = nullptr);
tools/clang/lib/Parse/ParseExprCXX.cpp
  776     LambdaIntroducerTentativeParse Tentative;
  783     case LambdaIntroducerTentativeParse::Success:
  787     case LambdaIntroducerTentativeParse::Incomplete:
  796     case LambdaIntroducerTentativeParse::MessageSend:
  797     case LambdaIntroducerTentativeParse::Invalid:
  817                                    LambdaIntroducerTentativeParse *Tentative) {
  819     *Tentative = LambdaIntroducerTentativeParse::Success;
  833       *Tentative = LambdaIntroducerTentativeParse::Invalid;
  844       *Tentative = LambdaIntroducerTentativeParse::Incomplete;
  968           *Tentative = LambdaIntroducerTentativeParse::Incomplete;
  996           *Tentative = LambdaIntroducerTentativeParse::Incomplete;
 1048       *Tentative = LambdaIntroducerTentativeParse::MessageSend;
tools/clang/lib/Parse/ParseInit.cpp
   73   LambdaIntroducerTentativeParse ParseResult;
   81   case LambdaIntroducerTentativeParse::Success:
   82   case LambdaIntroducerTentativeParse::Incomplete:
   88   case LambdaIntroducerTentativeParse::MessageSend:
   89   case LambdaIntroducerTentativeParse::Invalid:
tools/clang/lib/Parse/ParseTentative.cpp
  689     LambdaIntroducerTentativeParse Tentative;
  698     case LambdaIntroducerTentativeParse::MessageSend:
  703     case LambdaIntroducerTentativeParse::Success:
  704     case LambdaIntroducerTentativeParse::Incomplete:
  717     case LambdaIntroducerTentativeParse::Invalid: