Lines Matching +full:paths +full:- +full:ignore
1 //===-- CppModuleConfiguration.cpp ----------------------------------------===//
5 // SPDX-License-Identifier: Apache-2.0 WITH LLVM-exception
7 //===----------------------------------------------------------------------===//
37 llvm::SmallVector<std::string, 2> paths;
39 paths.push_back("/usr/include/" + triple.str());
42 paths.push_back(("/usr/include/" + triple.getArchName() + "-" +
46 return paths;
70 static llvm::Regex libcpp_regex(R"regex(/c[+][+]/v[0-9]/)regex");
72 // path. Ignore subdirectories such as /c++/v1/experimental as those don't
82 // Check if this is a target-specific libc++ include directory.
88 // Target specific paths contains /usr/include, so we check them first
100 /// Utility function for just appending two paths.