Searched refs:scratch_clang_ast_context (Results 1 – 2 of 2) sorted by relevance
1157 ClangASTContext *scratch_clang_ast_context = target->GetScratchClangASTContext(); in FindExternalVisibleDecls() local1159 if (!scratch_clang_ast_context) in FindExternalVisibleDecls()1162 ASTContext *scratch_ast_context = scratch_clang_ast_context->getASTContext(); in FindExternalVisibleDecls()
34 ClangASTContext *scratch_clang_ast_context = m_target->GetScratchClangASTContext(false); in ~ClangASTSource() local36 if (!scratch_clang_ast_context) in ~ClangASTSource()39 clang::ASTContext *scratch_ast_context = scratch_clang_ast_context->getASTContext(); in ~ClangASTSource()