Searched refs:m_ast_ap (Results 1 – 2 of 2) sorted by relevance
270 m_ast_ap(), in ClangASTContext()302 m_ast_ap.reset(); in ~ClangASTContext()309 m_ast_ap.reset(); in Clear()380 if (m_ast_ap.get() == NULL) in getASTContext()382 m_ast_ap.reset(new ASTContext (*getLanguageOptions(), in getASTContext()392 m_ast_ap->getTranslationUnitDecl()->setHasExternalLexicalStorage(); in getASTContext()396 m_ast_ap->getDiagnostics().setClient(getDiagnosticConsumer(), false); in getASTContext()398 return m_ast_ap.get(); in getASTContext()1108 ASTContext *ast = m_ast_ap.get(); in GetTypeForDecl()1120 ASTContext *ast = m_ast_ap.get(); in GetTypeForDecl()
415 std::unique_ptr<clang::ASTContext> m_ast_ap; variable