Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/include/clang/Sema/
H A DDeclSpec.h2725 SourceLocation getCommaLoc() const { return CommaLoc; } in getCommaLoc() function
/freebsd/contrib/llvm-project/clang/lib/Sema/
H A DSemaType.cpp3519 FullSourceLoc Comma(D.getCommaLoc(), S.SourceMgr); in warnAboutAmbiguousFunction()
3526 S.Diag(D.getCommaLoc(), diag::note_empty_parens_function_call) in warnAboutAmbiguousFunction()
3527 << FixItHint::CreateReplacement(D.getCommaLoc(), ";") in warnAboutAmbiguousFunction()
H A DTreeTransform.h10616 C->getScheduleKindLoc(), C->getCommaLoc(), C->getEndLoc()); in TransformOMPScheduleClause()
11470 C->getDistScheduleKindLoc(), C->getCommaLoc(), C->getEndLoc()); in TransformOMPDistScheduleClause()
/freebsd/contrib/llvm-project/clang/include/clang/AST/
H A DOpenMPClause.h2090 SourceLocation getCommaLoc() { return CommaLoc; } in getCommaLoc() function
7315 SourceLocation getCommaLoc() { return CommaLoc; } in getCommaLoc() function
/freebsd/contrib/llvm-project/clang/lib/Serialization/
H A DASTWriter.cpp7875 Record.AddSourceLocation(C->getCommaLoc()); in VisitOMPScheduleClause()
8332 Record.AddSourceLocation(C->getCommaLoc()); in VisitOMPDistScheduleClause()