Home
last modified time | relevance | path

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

/external/llvm-project/lldb/source/Plugins/TypeSystem/Clang/
DTypeSystemClang.h134 clang::ASTContext &existing_ctxt);
DTypeSystemClang.cpp561 ASTContext &existing_ctxt) { in TypeSystemClang() argument
563 SetTargetTriple(existing_ctxt.getTargetInfo().getTriple().str()); in TypeSystemClang()
565 m_ast_up.reset(&existing_ctxt); in TypeSystemClang()
566 GetASTMap().Insert(&existing_ctxt, this); in TypeSystemClang()