Home
last modified time | relevance | path

Searched refs:createInternal (Results 1 – 5 of 5) sorted by relevance

/freebsd/contrib/llvm-project/llvm/lib/Support/
H A DSpecialCaseList.cpp84 if (SCL->createInternal(Paths, FS, Error)) in create()
92 if (SCL->createInternal(MB, Error)) in create()
106 bool SpecialCaseList::createInternal(const std::vector<std::string> &Paths, in createInternal() function in llvm::SpecialCaseList
125 bool SpecialCaseList::createInternal(const MemoryBuffer *MB, in createInternal() function in llvm::SpecialCaseList
/freebsd/contrib/llvm-project/llvm/include/llvm/Support/
H A DSpecialCaseList.h113 LLVM_ABI bool createInternal(const std::vector<std::string> &Paths,
115 LLVM_ABI bool createInternal(const MemoryBuffer *MB, std::string &Error);
/freebsd/contrib/llvm-project/clang/lib/Basic/
H A DSanitizerSpecialCaseList.cpp24 if (SSCL->createInternal(Paths, VFS, Error)) { in create()
H A DProfileList.cpp49 if (PSCL->createInternal(Paths, VFS, Error)) in create()
H A DDiagnostic.cpp534 if (!WarningSuppressionList->createInternal(&Input, Err)) in create()