OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:getBufferForFile
(Results
1 - 25
of
27
) sorted by relevancy
1
2
/src/external/apache2/llvm/dist/clang/lib/Driver/
DarwinSDKInfo.cpp
23
VFS.
getBufferForFile
(Filepath);
Distro.cpp
25
VFS.
getBufferForFile
("/etc/os-release");
27
File = VFS.
getBufferForFile
("/usr/lib/os-release");
53
VFS.
getBufferForFile
("/etc/lsb-release");
113
VFS.
getBufferForFile
("/etc/redhat-release");
132
File = VFS.
getBufferForFile
("/etc/debian_version");
168
File = VFS.
getBufferForFile
("/etc/SuSE-release");
/src/external/apache2/llvm/dist/clang/lib/StaticAnalyzer/Checkers/
Yaml.h
35
FS->
getBufferForFile
(ConfigFile.str());
/src/external/apache2/llvm/dist/clang/include/clang/Basic/
FileManager.h
228
/// to
getBufferForFile
.
272
getBufferForFile
(const FileEntry *Entry, bool isVolatile = false,
275
getBufferForFile
(StringRef Filename, bool isVolatile = false,
/src/external/apache2/llvm/dist/llvm/tools/dsymutil/
Reproducer.cpp
52
vfs::getRealFileSystem()->
getBufferForFile
(Mapping.str());
BinaryHolder.cpp
52
: VFS->
getBufferForFile
(ArchiveFilename, -1, false);
95
: VFS->
getBufferForFile
(Filename, -1, false);
/src/external/apache2/llvm/dist/clang/lib/Basic/
FileManager.cpp
509
FileManager::
getBufferForFile
(const FileEntry *Entry, bool isVolatile,
540
return FS->
getBufferForFile
(Filename, FileSize, RequiresNullTerminator,
545
return FS->
getBufferForFile
(FilePath, FileSize, RequiresNullTerminator,
SourceManager.cpp
119
auto BufferOrError = FM.
getBufferForFile
(ContentsEntry, IsFileVolatile);
/src/external/apache2/llvm/dist/clang/lib/Lex/
HeaderMap.cpp
56
auto FileBuffer = FM.
getBufferForFile
(FE);
/src/external/apache2/llvm/dist/llvm/lib/Support/
SpecialCaseList.cpp
104
VFS.
getBufferForFile
(Path);
CommandLine.cpp
1088
FS.
getBufferForFile
(FName);
VirtualFileSystem.cpp
115
FileSystem::
getBufferForFile
(const llvm::Twine &Name, int64_t FileSize,
/src/external/apache2/llvm/dist/clang/lib/Frontend/
SerializedDiagnosticReader.cpp
33
auto Buffer = FileMgr.
getBufferForFile
(File);
FrontendActions.cpp
732
auto Buffer = FileMgr.
getBufferForFile
(getCurrentFile());
889
auto Buffer = CI.getFileManager().
getBufferForFile
(getCurrentFile());
ASTUnit.cpp
181
BufferOwner = valueOrNull(VFS->
getBufferForFile
(RF.second, -1, true, isVolatile));
206
BufferOwner = valueOrNull(VFS->
getBufferForFile
(FilePath, -1, true, isVolatile));
736
ASTUnit::
getBufferForFile
(StringRef Filename, std::string *ErrorStr) {
738
auto Buffer = FileMgr->
getBufferForFile
(Filename, UserFilesAreVolatile);
PrecompiledPreamble.cpp
826
auto Buf = RealFS->
getBufferForFile
(PCHPath);
/src/external/apache2/llvm/dist/clang/lib/Serialization/
ModuleManager.cpp
216
Buf = FileMgr.
getBufferForFile
(NewModule->File,
GlobalModuleIndex.cpp
534
auto Buffer = FileMgr.
getBufferForFile
(File, /*isVolatile=*/true);
/src/external/apache2/llvm/dist/clang/lib/Driver/ToolChains/
Cuda.cpp
210
if (auto VersionFile = FS.
getBufferForFile
(InstallPath + "/version.txt"))
214
if (auto CudaHFile = FS.
getBufferForFile
(InstallPath + "/include/cuda.h"))
AMDGPU.cpp
455
FS.
getBufferForFile
(BinPath + "/.hipVersion");
Gnu.cpp
2599
D.getVFS().
getBufferForFile
(D.SysRoot + GentooConfigDir + "/config-" +
2611
D.getVFS().
getBufferForFile
(D.SysRoot + GentooConfigDir + "/" +
/src/external/apache2/llvm/dist/clang/include/clang/Frontend/
ASTUnit.h
652
getBufferForFile
(StringRef Filename, std::string *ErrorStr = nullptr);
/src/external/apache2/llvm/dist/clang/lib/CodeGen/
CodeGenAction.cpp
926
auto BCBuf = CI.getFileManager().
getBufferForFile
(F.Filename);
/src/external/apache2/llvm/dist/llvm/include/llvm/Support/
VirtualFileSystem.h
259
getBufferForFile
(const Twine &Name, int64_t FileSize = -1,
/src/external/apache2/llvm/dist/clang/lib/Format/
Format.cpp
3048
FS->
getBufferForFile
(ConfigFile.str());
Completed in 69 milliseconds
1
2
Indexes created Mon Jun 15 00:25:07 UTC 2026