Home | History | Annotate | Download | only in Sema

Lines Matching defs:Language

5950     // treat that as a language defect, as suggested on cxx-abi-dev, to treat
5968 // treat that as a language defect.
7900 /// The governing language is C++03 [namespace.udecl]p12:
11882 /// linkage specification, including the language and (if present)
11884 /// language string literal. LBraceLoc, if valid, provides the location of
11898 LinkageSpecDecl::LanguageIDs Language;
11900 Language = LinkageSpecDecl::lang_c;
11902 Language = LinkageSpecDecl::lang_cxx;
11912 LangStr->getExprLoc(), Language,