Home | History | Annotate | Download | only in Sema

Lines Matching refs:KeywordLoc

3737 StmtResult Sema::BuildMSDependentExistsStmt(SourceLocation KeywordLoc,
3743 return new (Context) MSDependentExistsStmt(KeywordLoc, IsIfExists,
3749 StmtResult Sema::ActOnMSDependentExistsStmt(SourceLocation KeywordLoc,
3754 return BuildMSDependentExistsStmt(KeywordLoc, IsIfExists,