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

References

include/llvm/DebugInfo/CodeView/CodeViewRecordIO.h
  238       if (!TComment.isTriviallyEmpty())
include/llvm/Support/Error.h
 1246     assert(!F.isTriviallyEmpty() &&
lib/IR/ModuleSummaryIndex.cpp
  246   if (!Comment.isTriviallyEmpty()) {
lib/IR/Value.cpp
  229   if (NewName.isTriviallyEmpty() && !hasName())
lib/MC/MCContext.cpp
  390   if (!Group.isTriviallyEmpty() && !Group.str().empty())
  499   if (!Group.isTriviallyEmpty() && !Group.str().empty()) {
lib/Support/Path.cpp
  425   if (!a.isTriviallyEmpty()) components.push_back(a.toStringRef(a_storage));
  426   if (!b.isTriviallyEmpty()) components.push_back(b.toStringRef(b_storage));
  427   if (!c.isTriviallyEmpty()) components.push_back(c.toStringRef(c_storage));
  428   if (!d.isTriviallyEmpty()) components.push_back(d.toStringRef(d_storage));
lib/Support/Unix/Path.inc
  624   if (path.isTriviallyEmpty())
 1074   if (path.isTriviallyEmpty())
lib/Transforms/Scalar/SROA.cpp
  135     return Name.isTriviallyEmpty() ? Name : Prefix + Name;
tools/clang/lib/Frontend/InitHeaderSearch.cpp
  134   assert(!Path.isTriviallyEmpty() && "can't handle empty path here");
tools/dsymutil/LinkUtils.h
   76   if (!Context.isTriviallyEmpty())
   82   if (!Context.isTriviallyEmpty())
tools/lldb/source/Symbol/Variable.cpp
  631       if (prefix_path.isTriviallyEmpty()) {