Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/clang/include/clang/AST/
H A DASTContext.h619 std::unique_ptr<ParentMapContext> ParentMapCtx; variable
/freebsd-13.1/contrib/llvm-project/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()