Home
last modified time | relevance | path

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

/external/llvm-project/clang/include/clang/AST/
DASTContext.h592 std::unique_ptr<ParentMapContext> ParentMapCtx; variable
/external/llvm-project/clang/lib/AST/
DASTContext.cpp911 if (!ParentMapCtx) in getParentMapContext()
912 ParentMapCtx.reset(new ParentMapContext(*this)); in getParentMapContext()
913 return *ParentMapCtx.get(); in getParentMapContext()