Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/lldb/source/Plugins/TypeSystem/Clang/
H A DTypeSystemClang.h134 clang::ASTContext &existing_ctxt);
H A DTypeSystemClang.cpp571 ASTContext &existing_ctxt) { in TypeSystemClang() argument
573 SetTargetTriple(existing_ctxt.getTargetInfo().getTriple().str()); in TypeSystemClang()
575 m_ast_up.reset(&existing_ctxt); in TypeSystemClang()
576 GetASTMap().Insert(&existing_ctxt, this); in TypeSystemClang()