Searched refs:createInternal (Results 1 – 3 of 3) sorted by relevance
77 if (SCL->createInternal(Paths, Error)) in create()85 if (SCL->createInternal(MB, Error)) in create()98 bool SpecialCaseList::createInternal(const std::vector<std::string> &Paths, in createInternal() function in llvm::SpecialCaseList117 bool SpecialCaseList::createInternal(const MemoryBuffer *MB, in createInternal() function in llvm::SpecialCaseList
106 bool createInternal(const std::vector<std::string> &Paths,108 bool createInternal(const MemoryBuffer *MB, std::string &Error);
23 if (SSCL->createInternal(Paths, Error)) { in create()