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.h137 clang::ASTContext &existing_ctxt);
H A DTypeSystemClang.cpp509 ASTContext &existing_ctxt) { in TypeSystemClang() argument
511 SetTargetTriple(existing_ctxt.getTargetInfo().getTriple().str()); in TypeSystemClang()
513 m_ast_up.reset(&existing_ctxt); in TypeSystemClang()
514 GetASTMap().Insert(&existing_ctxt, this); in TypeSystemClang()