Searched refs:m_allow_cxx (Results 1 – 2 of 2) sorted by relevance
79 m_allow_cxx = true; in ClangUserExpression()86 m_allow_cxx = true; in ClangUserExpression()121 if (!(m_allow_cxx || m_allow_objc)) in ScanContext()166 if (m_allow_cxx && method_decl->isInstance()) in ScanContext()
407 …bool m_allow_cxx; ///< True if the language allo… variable