Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/clang/include/clang/Sema/
H A DDeclSpec.h2644 SourceLocation getCommaLoc() const { return CommaLoc; } in getCommaLoc() function
/freebsd-14.2/contrib/llvm-project/clang/lib/Sema/
H A DSemaType.cpp3928 FullSourceLoc Comma(D.getCommaLoc(), S.SourceMgr); in warnAboutAmbiguousFunction()
3935 S.Diag(D.getCommaLoc(), diag::note_empty_parens_function_call) in warnAboutAmbiguousFunction()
3936 << FixItHint::CreateReplacement(D.getCommaLoc(), ";") in warnAboutAmbiguousFunction()
H A DTreeTransform.h9826 C->getScheduleKindLoc(), C->getCommaLoc(), C->getEndLoc()); in TransformOMPScheduleClause()
10606 C->getDistScheduleKindLoc(), C->getCommaLoc(), C->getEndLoc()); in TransformOMPDistScheduleClause()
/freebsd-14.2/contrib/llvm-project/clang/include/clang/AST/
H A DOpenMPClause.h1793 SourceLocation getCommaLoc() { return CommaLoc; } in getCommaLoc() function
6689 SourceLocation getCommaLoc() { return CommaLoc; } in getCommaLoc() function
/freebsd-14.2/contrib/llvm-project/clang/lib/Serialization/
H A DASTWriter.cpp6609 Record.AddSourceLocation(C->getCommaLoc()); in VisitOMPScheduleClause()
7022 Record.AddSourceLocation(C->getCommaLoc()); in VisitOMPDistScheduleClause()