Home
last modified time | relevance | path

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

/src/contrib/llvm-project/clang/lib/CrossTU/
H A DCrossTranslationUnit.cpp634 llvm::yaml::Node *DocumentRoot = FirstInvocationFile->getRoot(); in parseInvocationList() local
635 if (!DocumentRoot) in parseInvocationList()
642 auto *Mappings = dyn_cast<llvm::yaml::MappingNode>(DocumentRoot); in parseInvocationList()