Home
last modified time | relevance | path

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

/minix3/external/bsd/llvm/dist/clang/include/clang/Frontend/
H A DASTUnit.h770 bool Persistent = true, StringRef ResourceFilesPath = StringRef(),
816 IntrusiveRefCntPtr<DiagnosticsEngine> Diags, StringRef ResourceFilesPath,
/minix3/external/bsd/llvm/dist/clang/lib/Frontend/
H A DASTUnit.cpp1725 StringRef ResourceFilesPath, bool OnlyLocalDecls, bool CaptureDiagnostics, in LoadFromCompilerInvocationAction() argument
1741 if (!ResourceFilesPath.empty()) { in LoadFromCompilerInvocationAction()
1743 CI->getHeaderSearchOpts().ResourceDir = ResourceFilesPath; in LoadFromCompilerInvocationAction()
1925 IntrusiveRefCntPtr<DiagnosticsEngine> Diags, StringRef ResourceFilesPath, in LoadFromCommandLine() argument
1961 CI->getHeaderSearchOpts().ResourceDir = ResourceFilesPath; in LoadFromCommandLine()