Home
last modified time | relevance | path

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

/llvm-project-15.0.7/clang/include/clang/Sema/
H A DDeclSpec.h2606 SourceLocation getCommaLoc() const { return CommaLoc; } in getCommaLoc() function
/llvm-project-15.0.7/clang/lib/Sema/
H A DSemaType.cpp3758 FullSourceLoc Comma(D.getCommaLoc(), S.SourceMgr); in warnAboutAmbiguousFunction()
3765 S.Diag(D.getCommaLoc(), diag::note_empty_parens_function_call) in warnAboutAmbiguousFunction()
3766 << FixItHint::CreateReplacement(D.getCommaLoc(), ";") in warnAboutAmbiguousFunction()
H A DTreeTransform.h9535 C->getScheduleKindLoc(), C->getCommaLoc(), C->getEndLoc()); in TransformOMPScheduleClause()
10273 C->getDistScheduleKindLoc(), C->getCommaLoc(), C->getEndLoc()); in TransformOMPDistScheduleClause()
/llvm-project-15.0.7/clang/include/clang/AST/
H A DOpenMPClause.h1729 SourceLocation getCommaLoc() { return CommaLoc; } in getCommaLoc() function
6515 SourceLocation getCommaLoc() { return CommaLoc; } in getCommaLoc() function
/llvm-project-15.0.7/clang/lib/Serialization/
H A DASTWriter.cpp6299 Record.AddSourceLocation(C->getCommaLoc()); in VisitOMPScheduleClause()
6696 Record.AddSourceLocation(C->getCommaLoc()); in VisitOMPDistScheduleClause()