Searched refs:SuggestParentheses (Results 1 – 4 of 4) sorted by relevance
| /llvm-project-15.0.7/clang/lib/Sema/ |
| H A D | SemaExpr.cpp | 8925 static void SuggestParentheses(Sema &Self, SourceLocation Loc, in SuggestParentheses() function 9046 SuggestParentheses( in DiagnoseConditionalPrecedence() 9052 SuggestParentheses(Self, OpLoc, in DiagnoseConditionalPrecedence() 15142 SuggestParentheses(Self, OpLoc, in DiagnoseBitwisePrecedence() 15145 SuggestParentheses(Self, OpLoc, in DiagnoseBitwisePrecedence() 15160 SuggestParentheses(Self, Bop->getOperatorLoc(), in EmitDiagnosticForLogicalAndInLogicalOr() 15229 SuggestParentheses(S, Bop->getOperatorLoc(), in DiagnoseBitwiseOpInBitwiseOp() 15244 SuggestParentheses(S, Bop->getOperatorLoc(), in DiagnoseAdditionInShift() 15268 SuggestParentheses(S, OCE->getOperatorLoc(), in DiagnoseShiftCompare() 15272 SuggestParentheses( in DiagnoseShiftCompare()
|
| /llvm-project-15.0.7/clang/lib/Parse/ |
| H A D | Parser.cpp | 87 void Parser::SuggestParentheses(SourceLocation Loc, unsigned DK, in SuggestParentheses() function in Parser
|
| H A D | ParseExpr.cpp | 623 SuggestParentheses(OpToken.getLocation(), in ParseRHSOfBinaryExpression()
|
| /llvm-project-15.0.7/clang/include/clang/Parse/ |
| H A D | Parser.h | 1191 void SuggestParentheses(SourceLocation Loc, unsigned DK,
|