Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/clang/include/clang/AST/
H A DASTContext.h606 std::unique_ptr<ParentMapContext> ParentMapCtx; variable
/netbsd-src/external/apache2/llvm/dist/clang/lib/AST/
H A DASTContext.cpp917 if (!ParentMapCtx) in getParentMapContext()
918 ParentMapCtx.reset(new ParentMapContext(*this)); in getParentMapContext()
919 return *ParentMapCtx.get(); in getParentMapContext()