Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/lldb/source/Plugins/TypeSystem/Clang/
H A DTypeSystemClang.h139 clang::ASTContext &existing_ctxt);
H A DTypeSystemClang.cpp510 ASTContext &existing_ctxt) { in TypeSystemClang() argument
512 SetTargetTriple(existing_ctxt.getTargetInfo().getTriple().str()); in TypeSystemClang()
514 m_ast_up.reset(&existing_ctxt); in TypeSystemClang()
515 GetASTMap().Insert(&existing_ctxt, this); in TypeSystemClang()