Home
last modified time | relevance | path

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

/src/contrib/llvm-project/llvm/lib/Support/
H A DSpecialCaseList.cpp85 if (SCL->createInternal(Paths, FS, Error)) in create()
93 if (SCL->createInternal(MB, Error)) in create()
107 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
/src/contrib/llvm-project/llvm/include/llvm/Support/
H A DSpecialCaseList.h109 bool createInternal(const std::vector<std::string> &Paths,
111 bool createInternal(const MemoryBuffer *MB, std::string &Error);
/src/contrib/llvm-project/clang/lib/Basic/
H A DSanitizerSpecialCaseList.cpp23 if (SSCL->createInternal(Paths, VFS, Error)) { in create()
H A DProfileList.cpp51 if (PSCL->createInternal(Paths, VFS, Error)) in create()