Home
last modified time | relevance | path

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

/external/clang/include/clang/Frontend/
DASTUnit.h785 bool Persistent = true, StringRef ResourceFilesPath = StringRef(),
844 IntrusiveRefCntPtr<DiagnosticsEngine> Diags, StringRef ResourceFilesPath,
/external/clang/lib/Frontend/
DASTUnit.cpp1735 ASTUnit *Unit, bool Persistent, StringRef ResourceFilesPath, in LoadFromCompilerInvocationAction() argument
1752 if (!ResourceFilesPath.empty()) { in LoadFromCompilerInvocationAction()
1754 CI->getHeaderSearchOpts().ResourceDir = ResourceFilesPath; in LoadFromCompilerInvocationAction()
1941 IntrusiveRefCntPtr<DiagnosticsEngine> Diags, StringRef ResourceFilesPath, in LoadFromCommandLine() argument
1977 CI->getHeaderSearchOpts().ResourceDir = ResourceFilesPath; in LoadFromCommandLine()