Home
last modified time | relevance | path

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

/external/clang/include/clang/Frontend/
DASTUnit.h770 bool Persistent = true, StringRef ResourceFilesPath = StringRef(),
816 IntrusiveRefCntPtr<DiagnosticsEngine> Diags, StringRef ResourceFilesPath,
/external/clang/lib/Frontend/
DASTUnit.cpp1707 StringRef ResourceFilesPath, bool OnlyLocalDecls, bool CaptureDiagnostics, in LoadFromCompilerInvocationAction() argument
1723 if (!ResourceFilesPath.empty()) { in LoadFromCompilerInvocationAction()
1725 CI->getHeaderSearchOpts().ResourceDir = ResourceFilesPath; in LoadFromCompilerInvocationAction()
1907 IntrusiveRefCntPtr<DiagnosticsEngine> Diags, StringRef ResourceFilesPath, in LoadFromCommandLine() argument
1943 CI->getHeaderSearchOpts().ResourceDir = ResourceFilesPath; in LoadFromCommandLine()