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

Declarations

include/llvm/Support/SpecialCaseList.h
   71   create(const std::vector<std::string> &Paths, std::string &Error);

References

lib/Support/SpecialCaseList.cpp
   92   if (auto SCL = create(Paths, Error))
tools/clang/lib/Driver/SanitizerArgs.cpp
  582         llvm::SpecialCaseList::create(BlacklistFiles, BLError));
tools/llvm-cfi-verify/llvm-cfi-verify.cpp
  264     SpecialCaseList = SpecialCaseList::create({BlacklistFilename}, Error);
tools/llvm-cov/CodeCoverage.cpp
  708           SpecialCaseList::create(NameFilterFiles, SpecialCaseListErr);
unittests/Support/SpecialCaseListTest.cpp
  164   EXPECT_EQ(nullptr, SpecialCaseList::create(Files, Error));