Home
last modified time | relevance | path

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

/llvm-project/compiler-rt/test/asan/TestCases/Linux/
H A Dnohugepage_test.cpp28 char FileContents[1 << 16]; variable
/llvm-project/clang/unittests/AST/
H A DExternalASTSourceTest.cpp47 testExternalASTSource(ExternalASTSource * Source,StringRef FileContents) testExternalASTSource() argument
H A DASTImporterTest.cpp7665 auto FileContents = std::make_unique<llvm::SmallVectorMemoryBuffer>( TEST_P() local
/llvm-project/llvm/include/llvm/Object/
H A DIRSymtab.h369 struct FileContents { global() struct
375 TheReaderFileContents global() argument
/llvm-project/clang/unittests/Rename/
H A DClangRenameTest.h
/llvm-project/clang/unittests/Analysis/FlowSensitive/
H A DChromiumCheckModelTest.cpp130 const tooling::FileContentMappings FileContents = { in runDataflow() local
/llvm-project/clang/lib/Format/
H A DSortJavaScriptImports.cpp223 StringRef FileContents; member in clang::format::JavaScriptImportSorter
/llvm-project/llvm/tools/llvm-rc/
H A Dllvm-rc.cpp612 std::unique_ptr<MemoryBuffer> FileContents = std::move(*File); doRc() local
/llvm-project/clang/unittests/Tooling/
H A DTransformerTest.cpp198 FileContentMappings FileContents = {{"header.h", ""}}; member in __anon690f32e70111::ClangRefactoringTestBase