Home
last modified time | relevance | path

Searched refs:InstallCodeGenerator (Results 1 – 3 of 3) sorted by relevance

/openbsd-src/gnu/llvm/lldb/source/Plugins/ExpressionParser/Clang/
H A DClangExpressionDeclMap.h104 void InstallCodeGenerator(clang::ASTConsumer *code_gen);
H A DClangExpressionParser.cpp1132 decl_map->InstallCodeGenerator(&m_compiler->getASTConsumer()); in ParseInternal()
H A DClangExpressionDeclMap.cpp144 void ClangExpressionDeclMap::InstallCodeGenerator( in InstallCodeGenerator() function in ClangExpressionDeclMap