Home
last modified time | relevance | path

Searched defs:file_contents (Results 1 – 4 of 4) sorted by relevance

/llvm-project/clang/unittests/Sema/
H A DSemaLookupTest.cpp50 const char *file_contents = R"objcxx( in TEST() local
/llvm-project/clang/unittests/Frontend/
H A DTextDiagnosticTest.cpp56 auto file_contents = std::make_unique<llvm::SmallVectorMemoryBuffer>( TEST() local
/llvm-project/compiler-rt/lib/sanitizer_common/
H A Dsanitizer_suppressions.cpp78 char *file_contents; in ParseFromFile() local
/llvm-project/lldb/source/Plugins/ScriptInterpreter/Python/
H A DPythonDataObjects.cpp143 ::fread(file_contents.data(), 1, file_contents.size(), file); in Dump() local