Home
last modified time | relevance | path

Searched defs:ParentMapContext (Results 1 – 2 of 2) sorted by relevance

/freebsd/contrib/llvm-project/clang/lib/AST/
H A DParentMapContext.cpp22 ParentMapContext::ParentMapContext(ASTContext &Ctx) : ASTCtx(Ctx) {} in ParentMapContext() function in ParentMapContext
/freebsd/contrib/llvm-project/clang/include/clang/AST/
H A DASTContext.h96 class ParentMapContext; variable