Home
last modified time | relevance | path

Searched refs:ModifiedContents (Results 1 – 2 of 2) sorted by relevance

/external/llvm-project/clang-tools-extra/clangd/unittests/
DPreambleTests.cpp50 collectPatchedIncludes(llvm::StringRef ModifiedContents, in collectPatchedIncludes() argument
60 TU.Code = ModifiedContents.str(); in collectPatchedIncludes()
72 auto Bounds = Lexer::ComputePreamble(ModifiedContents, *CI->getLangOpts()); in collectPatchedIncludes()
76 ModifiedContents.slice(0, Bounds.Size).str()), in collectPatchedIncludes()
DParsedASTTests.cpp539 llvm::StringLiteral ModifiedContents = R"cpp( in TEST() local
555 TU.Code = ModifiedContents.str(); in TEST()
570 TU.Code = ModifiedContents.str(); in TEST()