Home | History | Annotate | Download | only in Sema

Lines Matching refs:KeywordLoc

3291 StmtResult Sema::BuildMSDependentExistsStmt(SourceLocation KeywordLoc,
3297 return new (Context) MSDependentExistsStmt(KeywordLoc, IsIfExists,
3303 StmtResult Sema::ActOnMSDependentExistsStmt(SourceLocation KeywordLoc,
3308 return BuildMSDependentExistsStmt(KeywordLoc, IsIfExists,