Searched refs:TagCodeView (Results 1 – 2 of 2) sorted by relevance
28 static constexpr unsigned TagCodeView = 0x01; member38 #define CV_LANGUAGE(NAME, ID) CV_LANG_##NAME = (TagCodeView << 16) | ID,46 : LVSourceLanguage(TagCodeView, SL) {} in LVSourceLanguage()
26 case LVSourceLanguage::TagCodeView: { in getName()