Home
last modified time | relevance | path

Searched refs:ResourceFilesPath (Results 1 – 2 of 2) sorted by relevance

/netbsd-src/external/apache2/llvm/dist/clang/include/clang/Frontend/
H A DASTUnit.h755 bool Persistent = true, StringRef ResourceFilesPath = StringRef(),
821 IntrusiveRefCntPtr<DiagnosticsEngine> Diags, StringRef ResourceFilesPath,
/netbsd-src/external/apache2/llvm/dist/clang/lib/Frontend/
H A DASTUnit.cpp1506 ASTUnit *Unit, bool Persistent, StringRef ResourceFilesPath, in LoadFromCompilerInvocationAction() argument
1522 if (!ResourceFilesPath.empty()) { in LoadFromCompilerInvocationAction()
1524 CI->getHeaderSearchOpts().ResourceDir = std::string(ResourceFilesPath); in LoadFromCompilerInvocationAction()
1713 IntrusiveRefCntPtr<DiagnosticsEngine> Diags, StringRef ResourceFilesPath, in LoadFromCommandLine() argument
1751 CI->getHeaderSearchOpts().ResourceDir = std::string(ResourceFilesPath); in LoadFromCommandLine()