Home
last modified time | relevance | path

Searched defs:FileContent (Results 1 – 5 of 5) sorted by relevance

/llvm-project-15.0.7/libc/utils/tools/WrapperGen/
H A DMain.cpp75 llvm::StringRef FileContent = ErrorOrBuf.get()->getBuffer().trim(); in getMangledName() local
/llvm-project-15.0.7/clang-tools-extra/clangd/unittests/
H A DHeaderSourceSwitchTests.cpp263 const std::string FileContent = R"cpp( in TEST() local
H A DCodeCompleteTests.cpp868 const std::string FileContent(R"cpp( in TEST() local
2402 Annotations FileContent(R"cpp( in TEST() local
/llvm-project-15.0.7/clang/lib/CrossTU/
H A DCrossTranslationUnit.cpp619 parseInvocationList(StringRef FileContent, llvm::sys::path::Style PathStyle) { in parseInvocationList()
701 llvm::ErrorOr<std::unique_ptr<llvm::MemoryBuffer>> FileContent = in lazyInitInvocationList() local
/llvm-project-15.0.7/llvm/lib/Target/BPF/
H A DBTFDebug.h302 StringMap<std::vector<std::string>> FileContent; variable