Lines Matching defs:StrictChecking
240 return Candidate(ParentDir.str(), /*StrictChecking=*/true,
250 return Candidate(ParentDir.str(), /*StrictChecking=*/true);
268 ROCmSearchDirs.emplace_back(ClangRoot.str(), /*StrictChecking=*/true);
270 ROCmSearchDirs.emplace_back(RealClangRoot.str(), /*StrictChecking=*/true);
272 /*StrictChecking=*/true);
275 /*StrictChecking=*/true);
311 /*StrictChecking=*/true);
314 /*StrictChecking=*/true);
316 /*StrictChecking=*/true);
408 auto CheckDeviceLib = [&](StringRef Path, bool StrictChecking) {
409 bool CheckLibDevice = (!NoBuiltinLibs || StrictChecking);
442 HasDeviceLibrary = CheckDeviceLib(LibDevicePath, Candidate.StrictChecking);
513 if (!Candidate.StrictChecking) {