Home
last modified time | relevance | path

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

/llvm-project-15.0.7/lldb/source/Plugins/TypeSystem/Clang/
H A DTypeSystemClang.h133 clang::ASTContext &existing_ctxt);
H A DTypeSystemClang.cpp564 ASTContext &existing_ctxt) { in TypeSystemClang() argument
566 SetTargetTriple(existing_ctxt.getTargetInfo().getTriple().str()); in TypeSystemClang()
568 m_ast_up.reset(&existing_ctxt); in TypeSystemClang()
569 GetASTMap().Insert(&existing_ctxt, this); in TypeSystemClang()