Searched refs:m_target_options_rp (Results 1 – 2 of 2) sorted by relevance
274 m_target_options_rp(), in ClangASTContext()298 m_target_options_rp.reset(); in ~ClangASTContext()313 m_target_options_rp.reset(); in Clear()506 if (m_target_options_rp.getPtr() == NULL && !m_target_triple.empty()) in getTargetOptions()508 m_target_options_rp.reset (); in getTargetOptions()509 m_target_options_rp = new TargetOptions(); in getTargetOptions()510 if (m_target_options_rp.getPtr() != NULL) in getTargetOptions()511 m_target_options_rp->Triple = m_target_triple; in getTargetOptions()513 return m_target_options_rp.getPtr(); in getTargetOptions()
422 llvm::IntrusiveRefCntPtr<clang::TargetOptions> m_target_options_rp; variable