Home | History | Annotate | Download | only in Sema

Lines Matching refs:KeywordLoc

881   QualType RebuildElaboratedType(SourceLocation KeywordLoc,
939 SourceLocation KeywordLoc,
955 return SemaRef.CheckTypenameType(Keyword, KeywordLoc, QualifierLoc,
1019 SemaRef.Diag(KeywordLoc, diag::err_use_with_wrong_tag) << Id;
1855 StmtResult RebuildMSDependentExistsStmt(SourceLocation KeywordLoc,
1860 return getSema().BuildMSDependentExistsStmt(KeywordLoc, IsIfExists,