Home | History | Annotate | Download | only in Sema

Lines Matching defs:Language

5179     // treat that as a language defect, as suggested on cxx-abi-dev, to treat
5197 // treat that as a language defect.
7012 /// The governing language is C++03 [namespace.udecl]p12:
10659 /// linkage specification, including the language and (if present)
10661 /// the location of the language string literal, which is provided
10669 LinkageSpecDecl::LanguageIDs Language;
10671 Language = LinkageSpecDecl::lang_c;
10673 Language = LinkageSpecDecl::lang_cxx;
10682 ExternLoc, LangLoc, Language,