Home | History | Annotate | Download | only in Sema

Lines Matching refs:KeywordLoc

3101 StmtResult Sema::BuildMSDependentExistsStmt(SourceLocation KeywordLoc,
3107 return new (Context) MSDependentExistsStmt(KeywordLoc, IsIfExists,
3113 StmtResult Sema::ActOnMSDependentExistsStmt(SourceLocation KeywordLoc,
3118 return BuildMSDependentExistsStmt(KeywordLoc, IsIfExists,