Searched refs:AVRLibcRoot (Results 1 – 1 of 1) sorted by relevance
324 Optional<std::string> AVRLibcRoot = findAVRLibcInstallation(); in AVRToolChain() local334 } else if (!AVRLibcRoot.hasValue()) { in AVRToolChain()340 std::string LibcRoot = AVRLibcRoot.getValue(); in AVRToolChain()363 Optional<std::string> AVRLibcRoot = findAVRLibcInstallation(); in AddClangSystemIncludeArgs() local364 if (!AVRLibcRoot.hasValue()) in AddClangSystemIncludeArgs()368 std::string AVRInc = AVRLibcRoot.getValue() + "/include"; in AddClangSystemIncludeArgs()