Home
last modified time | relevance | path

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

/external/clang/include/clang/Sema/
DDeclSpec.h2133 SourceLocation getCommaLoc() const { return CommaLoc; } in getCommaLoc() function
/external/clang/include/clang/AST/
DOpenMPClause.h641 SourceLocation getCommaLoc() { return CommaLoc; } in getCommaLoc() function
/external/clang/lib/Sema/
DSemaType.cpp2406 FullSourceLoc Comma(D.getCommaLoc(), S.SourceMgr); in warnAboutAmbiguousFunction()
2413 S.Diag(D.getCommaLoc(), diag::note_empty_parens_function_call) in warnAboutAmbiguousFunction()
2414 << FixItHint::CreateReplacement(D.getCommaLoc(), ";") in warnAboutAmbiguousFunction()
DTreeTransform.h7008 C->getScheduleKindLoc(), C->getCommaLoc(), C->getLocEnd()); in TransformOMPScheduleClause()
/external/clang/lib/Serialization/
DASTWriterStmt.cpp1750 Writer->Writer.AddSourceLocation(C->getCommaLoc(), Record); in VisitOMPScheduleClause()