Home | History | Annotate | Download | only in Sema

Lines Matching refs:Lang

11883 /// the '{'. ExternLoc is the location of the 'extern', Lang is the
11897 StringRef Lang = Lit->getString();
11899 if (Lang == "C")
11901 else if (Lang == "C++")