Home
last modified time | relevance | path

Searched refs:ModuleSearchPaths (Results 1 – 3 of 3) sorted by relevance

/llvm-project/clang/include/clang/APINotes/
H A DAPINotesOptions.h29 std::vector<std::string> ModuleSearchPaths; variable
/llvm-project/clang/lib/Frontend/
H A DCompilerInstance.cpp762 getAPINotesOpts().ModuleSearchPaths); in createSema()
H A DCompilerInvocation.cpp3486 for (const auto &Path : Opts.ModuleSearchPaths) in GetInputKindName()
3498 Opts.ModuleSearchPaths.push_back(A->getValue()); in GetInputKindName()