Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/clang/include/clang/AST/
H A DASTContext.h624 std::unique_ptr<ParentMapContext> ParentMapCtx; variable
/openbsd-src/gnu/llvm/clang/lib/AST/
H A DASTContext.cpp928 if (!ParentMapCtx) in getParentMapContext()
929 ParentMapCtx.reset(new ParentMapContext(*this)); in getParentMapContext()
930 return *ParentMapCtx.get(); in getParentMapContext()