Home
last modified time | relevance | path

Searched refs:getCommaLoc (Results 1 – 5 of 5) sorted by relevance

/external/clang/include/clang/AST/
DOpenMPClause.h852 SourceLocation getCommaLoc() { return CommaLoc; } in getCommaLoc() function
3893 SourceLocation getCommaLoc() { return CommaLoc; } in getCommaLoc() function
/external/clang/include/clang/Sema/
DDeclSpec.h2230 SourceLocation getCommaLoc() const { return CommaLoc; } in getCommaLoc() function
/external/clang/lib/Serialization/
DASTWriterStmt.cpp1852 Record.AddSourceLocation(C->getCommaLoc()); in VisitOMPScheduleClause()
2094 Record.AddSourceLocation(C->getCommaLoc()); in VisitOMPDistScheduleClause()
/external/clang/lib/Sema/
DSemaType.cpp3067 FullSourceLoc Comma(D.getCommaLoc(), S.SourceMgr); in warnAboutAmbiguousFunction()
3074 S.Diag(D.getCommaLoc(), diag::note_empty_parens_function_call) in warnAboutAmbiguousFunction()
3075 << FixItHint::CreateReplacement(D.getCommaLoc(), ";") in warnAboutAmbiguousFunction()
DTreeTransform.h7717 C->getScheduleKindLoc(), C->getCommaLoc(), C->getLocEnd()); in TransformOMPScheduleClause()
8105 C->getDistScheduleKindLoc(), C->getCommaLoc(), C->getLocEnd()); in TransformOMPDistScheduleClause()