Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/lldb/source/Plugins/ExpressionParser/Clang/
H A DClangExpressionDeclMap.h104 void InstallCodeGenerator(clang::ASTConsumer *code_gen);
H A DClangExpressionParser.cpp1119 decl_map->InstallCodeGenerator(&m_compiler->getASTConsumer()); in ParseInternal()
H A DClangExpressionDeclMap.cpp143 void ClangExpressionDeclMap::InstallCodeGenerator( in InstallCodeGenerator() function in ClangExpressionDeclMap