Home
last modified time | relevance | path

Searched defs:FileContents (Results 1 – 10 of 10) sorted by relevance

/llvm-project-15.0.7/compiler-rt/test/asan/TestCases/Linux/
H A Dnohugepage_test.cpp28 char FileContents[1 << 16]; variable
/llvm-project-15.0.7/clang/unittests/AST/
H A DExternalASTSourceTest.cpp47 StringRef FileContents) { in testExternalASTSource()
H A DASTImporterTest.cpp6657 auto FileContents = std::make_unique<llvm::SmallVectorMemoryBuffer>( in TEST_P() local
/llvm-project-15.0.7/llvm/include/llvm/Object/
H A DIRSymtab.h369 struct FileContents { struct
375 Expected<FileContents> readBitcode(const BitcodeFileContents &BFC); argument
/llvm-project-15.0.7/clang/unittests/Rename/
H A DClangRenameTest.h55 tooling::FileContentMappings FileContents = {{HeaderName, HeaderContent}, in runClangRenameOnCode() local
/llvm-project-15.0.7/clang/unittests/Analysis/FlowSensitive/
H A DChromiumCheckModelTest.cpp133 const tooling::FileContentMappings FileContents = { in runDataflow() local
H A DUncheckedOptionalAccessModelTest.cpp1237 const tooling::FileContentMappings FileContents(Headers.begin(), in ExpectDiagnosticsFor() local
/llvm-project-15.0.7/clang/lib/Format/
H A DSortJavaScriptImports.cpp225 StringRef FileContents; member in clang::format::JavaScriptImportSorter
/llvm-project-15.0.7/llvm/tools/llvm-rc/
H A Dllvm-rc.cpp607 std::unique_ptr<MemoryBuffer> FileContents = std::move(*File); in doRc() local
/llvm-project-15.0.7/clang/unittests/Tooling/
H A DTransformerTest.cpp197 FileContentMappings FileContents = {{"header.h", ""}}; member in __anon7c89a2a40111::ClangRefactoringTestBase