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

References

tools/clang/lib/Parse/ParseTentative.cpp
  116   if (TPR != TPResult::Ambiguous)
  117     return TPR != TPResult::False; // Returns true for TPResult::True or
  137     TPR = TryParseSimpleDeclaration(AllowForRangeDecl);
  141   if (TPR == TPResult::Error)
  145   if (TPR == TPResult::Ambiguous)
  146     TPR = TPResult::True;
  148   assert(TPR == TPResult::True || TPR == TPResult::False);
  148   assert(TPR == TPResult::True || TPR == TPResult::False);
  149   return TPR == TPResult::True;