Home
last modified time | relevance | path

Searched defs:SearchPaths (Results 1 – 3 of 3) sorted by relevance

/freebsd-src/contrib/llvm-project/clang/lib/APINotes/
H A DAPINotesManager.cpp221 getCurrentModuleAPINotes(Module * M,bool LookInModule,ArrayRef<std::string> SearchPaths) getCurrentModuleAPINotes() argument
298 loadCurrentModuleAPINotes(Module * M,bool LookInModule,ArrayRef<std::string> SearchPaths) loadCurrentModuleAPINotes() argument
/freebsd-src/contrib/llvm-project/llvm/lib/ToolDrivers/llvm-lib/
H A DLibDriver.cpp422 std::vector<StringRef> SearchPaths = getSearchPaths(&Args, Saver); libDriverMain() local
/freebsd-src/contrib/llvm-project/clang/lib/Driver/
H A DDriver.cpp6069 auto SearchPaths = [&](const llvm::SmallVectorImpl<std::string> &P) GetFilePath() local