Home
last modified time | relevance | path

Searched defs:FileBuffer (Results 1 – 11 of 11) sorted by relevance

/aosp_15_r20/external/clang/include/clang/Lex/
H A DHeaderMap.h32 std::unique_ptr<const llvm::MemoryBuffer> FileBuffer; variable
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r536225/include/clang/Lex/
DHeaderMap.h32 std::unique_ptr<const llvm::MemoryBuffer> FileBuffer; variable
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567b/include/clang/Lex/
DHeaderMap.h32 std::unique_ptr<const llvm::MemoryBuffer> FileBuffer; variable
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r522817/include/clang/Lex/
DHeaderMap.h32 std::unique_ptr<const llvm::MemoryBuffer> FileBuffer; variable
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567/include/clang/Lex/
DHeaderMap.h32 std::unique_ptr<const llvm::MemoryBuffer> FileBuffer; variable
/aosp_15_r20/external/swiftshader/third_party/llvm-10.0/llvm/lib/BinaryFormat/
H A DMagic.cpp229 std::unique_ptr<MemoryBuffer> FileBuffer = std::move(*FileOrError); in identify_magic() local
/aosp_15_r20/external/swiftshader/third_party/llvm-16.0/llvm/lib/BinaryFormat/
H A DMagic.cpp258 std::unique_ptr<MemoryBuffer> FileBuffer = std::move(*FileOrError); in identify_magic() local
/aosp_15_r20/external/clang/unittests/Tooling/
H A DRewriterTestContext.h110 auto FileBuffer = Files.getBufferForFile(Path); in getFileContentFromDisk() local
H A DRefactoringTest.cpp298 auto FileBuffer = Context.Files.getBufferForFile(Path); in getFileContentFromDisk() local
/aosp_15_r20/external/clang/lib/Lex/
H A DHeaderMap.cpp56 auto FileBuffer = FM.getBufferForFile(FE); in Create() local
/aosp_15_r20/external/llvm/tools/llvm-pdbdump/
H A Dllvm-pdbdump.cpp87 std::unique_ptr<FileOutputBuffer> FileBuffer; member in __anon84394b390111::FileBufferByteStream