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

References

include/llvm/Testing/Support/Annotations.h
   65   llvm::StringRef code() const { return Code; }
lib/Testing/Support/Annotations.cpp
   33   Code.reserve(Text.size());
   36       Points[Name.getValueOr("")].push_back(Code.size());
   41       OpenRanges.emplace_back(Name.getValueOr(""), Code.size());
   50       R.End = Code.size();
   60     Code.push_back(Text.front());
   70           "expected exactly one point", Code);
   82           "expected exactly one range", Code);