OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:getFileSystemOpts
(Results
1 - 15
of
15
) sorted by relevancy
/src/external/apache2/llvm/dist/clang/include/clang/Basic/
FileManager.h
240
FileSystemOptions &
getFileSystemOpts
() { return FileSystemOpts; }
241
const FileSystemOptions &
getFileSystemOpts
() const { return FileSystemOpts; }
/src/external/apache2/llvm/dist/clang/include/clang/Frontend/
CompilerInstance.h
274
FileSystemOptions &
getFileSystemOpts
() {
275
return Invocation->
getFileSystemOpts
();
277
const FileSystemOptions &
getFileSystemOpts
() const {
278
return Invocation->
getFileSystemOpts
();
CompilerInvocation.h
165
FileSystemOptions &
getFileSystemOpts
() { return FileSystemOpts; }
167
const FileSystemOptions &
getFileSystemOpts
() const {
ASTUnit.h
479
const FileSystemOptions &
getFileSystemOpts
() const { return FileSystemOpts; }
/src/external/apache2/llvm/dist/clang/lib/Frontend/
ASTMerge.cpp
51
CI.
getFileSystemOpts
(), false);
FrontendAction.cpp
580
ASTUnit::LoadPreprocessorOnly, ASTDiags, CI.
getFileSystemOpts
(),
648
ASTUnit::LoadEverything, Diags, CI.
getFileSystemOpts
(),
ASTUnit.cpp
1167
FileSystemOpts = Clang->
getFileSystemOpts
();
1491
AST->FileSystemOpts = CI->
getFileSystemOpts
();
1692
AST->FileSystemOpts = FileMgr->
getFileSystemOpts
();
1767
AST->FileSystemOpts = CI->
getFileSystemOpts
();
PrecompiledPreamble.cpp
387
Clang->setFileManager(new FileManager(Clang->
getFileSystemOpts
(), VFS));
CompilerInstance.cpp
377
FileMgr = new FileManager(
getFileSystemOpts
(), std::move(VFS));
CompilerInvocation.cpp
4378
ParseFileSystemArgs(Res.
getFileSystemOpts
(), Args, Diags);
4389
Res.
getFileSystemOpts
().WorkingDir);
/src/external/apache2/llvm/dist/clang/lib/Tooling/DependencyScanning/
DependencyScanningWorker.cpp
99
FileMgr->
getFileSystemOpts
().WorkingDir = std::string(WorkingDirectory);
/src/external/apache2/llvm/dist/clang/lib/ARCMigrate/
ARCMT.cpp
182
FileManager FileMgr(origCI.
getFileSystemOpts
());
/src/external/apache2/llvm/dist/clang/lib/Tooling/
Tooling.cpp
348
if (!Files->
getFileSystemOpts
().WorkingDir.empty())
/src/external/apache2/llvm/dist/clang/lib/CrossTU/
CrossTranslationUnit.cpp
543
Diags, CI.
getFileSystemOpts
());
/src/external/apache2/llvm/dist/clang/lib/Serialization/
ASTWriter.cpp
1291
Context.getSourceManager().getFileManager().
getFileSystemOpts
();
Completed in 60 milliseconds
Indexes created Wed Jun 17 00:25:26 UTC 2026