Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/tools/clang/include/clang/Frontend/
H A DASTUnit.h746 bool Persistent = true, StringRef ResourceFilesPath = StringRef(),
811 IntrusiveRefCntPtr<DiagnosticsEngine> Diags, StringRef ResourceFilesPath,
/freebsd-12.1/contrib/llvm/tools/clang/lib/Frontend/
H A DASTUnit.cpp1490 ASTUnit *Unit, bool Persistent, StringRef ResourceFilesPath, in LoadFromCompilerInvocationAction() argument
1507 if (!ResourceFilesPath.empty()) { in LoadFromCompilerInvocationAction()
1509 CI->getHeaderSearchOpts().ResourceDir = ResourceFilesPath; in LoadFromCompilerInvocationAction()
1705 IntrusiveRefCntPtr<DiagnosticsEngine> Diags, StringRef ResourceFilesPath, in LoadFromCommandLine() argument
1741 CI->getHeaderSearchOpts().ResourceDir = ResourceFilesPath; in LoadFromCommandLine()