Home | History | Annotate | Download | only in Sema

Lines Matching refs:KeywordLoc

890   QualType RebuildElaboratedType(SourceLocation KeywordLoc,
948 SourceLocation KeywordLoc,
964 return SemaRef.CheckTypenameType(Keyword, KeywordLoc, QualifierLoc,
1028 SemaRef.Diag(KeywordLoc, diag::err_use_with_wrong_tag) << Id;
1928 StmtResult RebuildMSDependentExistsStmt(SourceLocation KeywordLoc,
1933 return getSema().BuildMSDependentExistsStmt(KeywordLoc, IsIfExists,