Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/include/clang/AST/
H A DASTContext.h726 std::unique_ptr<ParentMapContext> ParentMapCtx; variable
/freebsd/contrib/llvm-project/clang/lib/AST/
H A DASTContext.cpp915 if (!ParentMapCtx) in getParentMapContext()
916 ParentMapCtx.reset(new ParentMapContext(*this)); in getParentMapContext()
917 return *ParentMapCtx; in getParentMapContext()