Searched defs:AddSearchPath (Results 1 – 2 of 2) sorted by relevance
| /llvm-project/clang/lib/Lex/ | ||
| H A D | HeaderSearch.cpp | 123 void HeaderSearch::AddSearchPath(const DirectoryLookup &dir, bool isAngled) { AddSearchPath() function in HeaderSearch |
| /llvm-project/clang/lib/Driver/ToolChains/ | ||
| H A D | Darwin.cpp | 780 auto AddSearchPath = [&](StringRef Flag, StringRef SearchPath) { ConstructJob() local |