Home | History | Annotate | Download | only in Sema

Lines Matching refs:KeywordLoc

2642 StmtResult Sema::BuildMSDependentExistsStmt(SourceLocation KeywordLoc,
2648 return new (Context) MSDependentExistsStmt(KeywordLoc, IsIfExists,
2654 StmtResult Sema::ActOnMSDependentExistsStmt(SourceLocation KeywordLoc,
2659 return BuildMSDependentExistsStmt(KeywordLoc, IsIfExists,