Home
last modified time | relevance | path

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

/external/clang/include/clang/AST/
DOpenMPClause.h852 SourceLocation getCommaLoc() { return CommaLoc; } in getCommaLoc() function
3893 SourceLocation getCommaLoc() { return CommaLoc; } in getCommaLoc() function
/external/clang/lib/Serialization/
DASTWriterStmt.cpp1852 Record.AddSourceLocation(C->getCommaLoc()); in VisitOMPScheduleClause()
2094 Record.AddSourceLocation(C->getCommaLoc()); in VisitOMPDistScheduleClause()
/external/llvm-project/clang/include/clang/Sema/
DDeclSpec.h2562 SourceLocation getCommaLoc() const { return CommaLoc; } in getCommaLoc() function
/external/clang/lib/Sema/
DSemaType.cpp3067 FullSourceLoc Comma(D.getCommaLoc(), S.SourceMgr); in warnAboutAmbiguousFunction()
3074 S.Diag(D.getCommaLoc(), diag::note_empty_parens_function_call) in warnAboutAmbiguousFunction()
3075 << FixItHint::CreateReplacement(D.getCommaLoc(), ";") in warnAboutAmbiguousFunction()
DTreeTransform.h7717 C->getScheduleKindLoc(), C->getCommaLoc(), C->getLocEnd()); in TransformOMPScheduleClause()
8105 C->getDistScheduleKindLoc(), C->getCommaLoc(), C->getLocEnd()); in TransformOMPDistScheduleClause()
/external/llvm-project/clang/lib/Sema/
DSemaType.cpp3621 FullSourceLoc Comma(D.getCommaLoc(), S.SourceMgr); in warnAboutAmbiguousFunction()
3628 S.Diag(D.getCommaLoc(), diag::note_empty_parens_function_call) in warnAboutAmbiguousFunction()
3629 << FixItHint::CreateReplacement(D.getCommaLoc(), ";") in warnAboutAmbiguousFunction()
DTreeTransform.h9080 C->getScheduleKindLoc(), C->getCommaLoc(), C->getEndLoc()); in TransformOMPScheduleClause()
9736 C->getDistScheduleKindLoc(), C->getCommaLoc(), C->getEndLoc()); in TransformOMPDistScheduleClause()
/external/llvm-project/clang/include/clang/AST/
DOpenMPClause.h1451 SourceLocation getCommaLoc() { return CommaLoc; } in getCommaLoc() function
6182 SourceLocation getCommaLoc() { return CommaLoc; } in getCommaLoc() function
/external/llvm-project/clang/lib/Serialization/
DASTWriter.cpp6311 Record.AddSourceLocation(C->getCommaLoc()); in VisitOMPScheduleClause()
6662 Record.AddSourceLocation(C->getCommaLoc()); in VisitOMPDistScheduleClause()