Home
last modified time | relevance | path

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

/freebsd-13-stable/contrib/llvm-project/clang/lib/CrossTU/
HDCrossTranslationUnit.cpp707 std::unique_ptr<llvm::MemoryBuffer> ContentBuffer = std::move(*FileContent); in lazyInitInvocationList() local
708 assert(ContentBuffer && "If no error was produced after loading, the pointer " in lazyInitInvocationList()
712 parseInvocationList(ContentBuffer->getBuffer(), PathStyle); in lazyInitInvocationList()