Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/clang/include/clang/AST/
H A DASTContext.h630 std::unique_ptr<ParentMapContext> ParentMapCtx; variable
/freebsd-14.2/contrib/llvm-project/clang/lib/AST/
H A DASTContext.cpp851 if (!ParentMapCtx) in getParentMapContext()
852 ParentMapCtx.reset(new ParentMapContext(*this)); in getParentMapContext()
853 return *ParentMapCtx.get(); in getParentMapContext()