Searched refs:getCommaLoc (Results 1 – 9 of 9) sorted by relevance
/external/clang/include/clang/AST/ |
D | OpenMPClause.h | 852 SourceLocation getCommaLoc() { return CommaLoc; } in getCommaLoc() function 3893 SourceLocation getCommaLoc() { return CommaLoc; } in getCommaLoc() function
|
/external/clang/lib/Serialization/ |
D | ASTWriterStmt.cpp | 1852 Record.AddSourceLocation(C->getCommaLoc()); in VisitOMPScheduleClause() 2094 Record.AddSourceLocation(C->getCommaLoc()); in VisitOMPDistScheduleClause()
|
/external/llvm-project/clang/include/clang/Sema/ |
D | DeclSpec.h | 2562 SourceLocation getCommaLoc() const { return CommaLoc; } in getCommaLoc() function
|
/external/clang/lib/Sema/ |
D | SemaType.cpp | 3067 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()
|
D | TreeTransform.h | 7717 C->getScheduleKindLoc(), C->getCommaLoc(), C->getLocEnd()); in TransformOMPScheduleClause() 8105 C->getDistScheduleKindLoc(), C->getCommaLoc(), C->getLocEnd()); in TransformOMPDistScheduleClause()
|
/external/llvm-project/clang/lib/Sema/ |
D | SemaType.cpp | 3621 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()
|
D | TreeTransform.h | 9080 C->getScheduleKindLoc(), C->getCommaLoc(), C->getEndLoc()); in TransformOMPScheduleClause() 9736 C->getDistScheduleKindLoc(), C->getCommaLoc(), C->getEndLoc()); in TransformOMPDistScheduleClause()
|
/external/llvm-project/clang/include/clang/AST/ |
D | OpenMPClause.h | 1451 SourceLocation getCommaLoc() { return CommaLoc; } in getCommaLoc() function 6182 SourceLocation getCommaLoc() { return CommaLoc; } in getCommaLoc() function
|
/external/llvm-project/clang/lib/Serialization/ |
D | ASTWriter.cpp | 6311 Record.AddSourceLocation(C->getCommaLoc()); in VisitOMPScheduleClause() 6662 Record.AddSourceLocation(C->getCommaLoc()); in VisitOMPDistScheduleClause()
|