Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/clang/include/clang/Frontend/
H A DASTUnit.h756 bool Persistent = true, StringRef ResourceFilesPath = StringRef(),
822 IntrusiveRefCntPtr<DiagnosticsEngine> Diags, StringRef ResourceFilesPath,
/openbsd-src/gnu/llvm/clang/lib/Frontend/
H A DASTUnit.cpp1532 ASTUnit *Unit, bool Persistent, StringRef ResourceFilesPath, in LoadFromCompilerInvocationAction() argument
1548 if (!ResourceFilesPath.empty()) { in LoadFromCompilerInvocationAction()
1550 CI->getHeaderSearchOpts().ResourceDir = std::string(ResourceFilesPath); in LoadFromCompilerInvocationAction()
1739 IntrusiveRefCntPtr<DiagnosticsEngine> Diags, StringRef ResourceFilesPath, in LoadFromCommandLine() argument
1780 CI->getHeaderSearchOpts().ResourceDir = std::string(ResourceFilesPath); in LoadFromCommandLine()