Searched refs:SuggestParentheses (Results 1 – 4 of 4) sorted by relevance
| /freebsd-14.2/contrib/llvm-project/clang/lib/Sema/ |
| H A D | SemaExpr.cpp | 9514 static void SuggestParentheses(Sema &Self, SourceLocation Loc, in SuggestParentheses() function 9632 SuggestParentheses( in DiagnoseConditionalPrecedence() 9638 SuggestParentheses(Self, OpLoc, in DiagnoseConditionalPrecedence() 15908 SuggestParentheses(Self, OpLoc, in DiagnoseBitwisePrecedence() 15911 SuggestParentheses(Self, OpLoc, in DiagnoseBitwisePrecedence() 15926 SuggestParentheses(Self, Bop->getOperatorLoc(), in EmitDiagnosticForLogicalAndInLogicalOr() 15976 SuggestParentheses(S, Bop->getOperatorLoc(), in DiagnoseBitwiseOpInBitwiseOp() 15991 SuggestParentheses(S, Bop->getOperatorLoc(), in DiagnoseAdditionInShift() 16015 SuggestParentheses(S, OCE->getOperatorLoc(), in DiagnoseShiftCompare() 16019 SuggestParentheses( in DiagnoseShiftCompare()
|
| /freebsd-14.2/contrib/llvm-project/clang/lib/Parse/ |
| H A D | Parser.cpp | 94 void Parser::SuggestParentheses(SourceLocation Loc, unsigned DK, in SuggestParentheses() function in Parser
|
| H A D | ParseExpr.cpp | 635 SuggestParentheses(OpToken.getLocation(), in ParseRHSOfBinaryExpression()
|
| /freebsd-14.2/contrib/llvm-project/clang/include/clang/Parse/ |
| H A D | Parser.h | 1229 void SuggestParentheses(SourceLocation Loc, unsigned DK,
|