Home
last modified time | relevance | path

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

/external/lldb/source/Expression/
DClangExpressionDeclMap.cpp1157 ClangASTContext *scratch_clang_ast_context = target->GetScratchClangASTContext(); in FindExternalVisibleDecls() local
1159 if (!scratch_clang_ast_context) in FindExternalVisibleDecls()
1162 ASTContext *scratch_ast_context = scratch_clang_ast_context->getASTContext(); in FindExternalVisibleDecls()
DClangASTSource.cpp34 ClangASTContext *scratch_clang_ast_context = m_target->GetScratchClangASTContext(false); in ~ClangASTSource() local
36 if (!scratch_clang_ast_context) in ~ClangASTSource()
39 clang::ASTContext *scratch_ast_context = scratch_clang_ast_context->getASTContext(); in ~ClangASTSource()