Home
last modified time | relevance | path

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

/external/llvm-project/clang/lib/CrossTU/
DCrossTranslationUnit.cpp676 std::unique_ptr<llvm::MemoryBuffer> ContentBuffer = std::move(*FileContent); in lazyInitInvocationList() local
677 assert(ContentBuffer && "If no error was produced after loading, the pointer " in lazyInitInvocationList()
681 parseInvocationList(ContentBuffer->getBuffer(), PathStyle); in lazyInitInvocationList()