Home
last modified time | relevance | path

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

/llvm-project-15.0.7/clang/include/clang/AST/
H A DASTContext.h653 std::unique_ptr<ParentMapContext> ParentMapCtx; variable
/llvm-project-15.0.7/clang/lib/AST/
H A DASTContext.cpp922 if (!ParentMapCtx) in getParentMapContext()
923 ParentMapCtx.reset(new ParentMapContext(*this)); in getParentMapContext()
924 return *ParentMapCtx.get(); in getParentMapContext()