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

/freebsd-11-stable/contrib/llvm-project/clang/include/clang/Sema/
H A DDeclSpec.h2538 SourceLocation getCommaLoc() const { return CommaLoc; }
/freebsd-11-stable/contrib/llvm-project/clang/lib/Sema/
H A DSemaType.cpp3408 FullSourceLoc Comma(D.getCommaLoc(), S.SourceMgr);
3415 S.Diag(D.getCommaLoc(), diag::note_empty_parens_function_call)
3416 << FixItHint::CreateReplacement(D.getCommaLoc(), ";")
H A DTreeTransform.h8723 C->getScheduleKindLoc(), C->getCommaLoc(), C->getEndLoc());
9311 C->getDistScheduleKindLoc(), C->getCommaLoc(), C->getEndLoc());
/freebsd-11-stable/contrib/llvm-project/clang/include/clang/AST/
H A DOpenMPClause.h1437 SourceLocation getCommaLoc() { return CommaLoc; } function in class:clang::OMPScheduleClause
5631 SourceLocation getCommaLoc() { return CommaLoc; } function in class:clang::OMPDistScheduleClause
/freebsd-11-stable/contrib/llvm-project/clang/lib/Serialization/
H A DASTWriter.cpp6121 Record.AddSourceLocation(C->getCommaLoc());
6437 Record.AddSourceLocation(C->getCommaLoc());

Completed in 349 milliseconds