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

References

tools/clang/lib/Parse/ParseExprCXX.cpp
  818   if (Tentative)
  819     *Tentative = LambdaIntroducerTentativeParse::Success;
  832     if (Tentative) {
  833       *Tentative = LambdaIntroducerTentativeParse::Invalid;
  843     if (Tentative)
  844       *Tentative = LambdaIntroducerTentativeParse::Incomplete;
  858       Tentative = nullptr;
  864     Tentative = nullptr;
  875             !(getLangOpts().ObjC && Tentative)) {
  892       if (getLangOpts().ObjC && Tentative && First)
  966         if (Tentative) {
  968           *Tentative = LambdaIntroducerTentativeParse::Incomplete;
  990         if (!Tentative) {
  996           *Tentative = LambdaIntroducerTentativeParse::Incomplete;
 1045     if (Tentative && Tok.is(tok::identifier) &&
 1048       *Tentative = LambdaIntroducerTentativeParse::MessageSend;