Searched refs:SuggestParentheses (Results 1 – 4 of 4) sorted by relevance
| /freebsd/contrib/llvm-project/clang/lib/Sema/ |
| H A D | SemaExpr.cpp | 8521 static void SuggestParentheses(Sema &Self, SourceLocation Loc, in SuggestParentheses() function 8639 SuggestParentheses( in DiagnoseConditionalPrecedence() 8645 SuggestParentheses(Self, OpLoc, in DiagnoseConditionalPrecedence() 14909 SuggestParentheses(Self, OpLoc, in DiagnoseBitwisePrecedence() 14912 SuggestParentheses(Self, OpLoc, in DiagnoseBitwisePrecedence() 14927 SuggestParentheses(Self, Bop->getOperatorLoc(), in EmitDiagnosticForLogicalAndInLogicalOr() 14977 SuggestParentheses(S, Bop->getOperatorLoc(), in DiagnoseBitwiseOpInBitwiseOp() 14992 SuggestParentheses(S, Bop->getOperatorLoc(), in DiagnoseAdditionInShift() 15016 SuggestParentheses(S, OCE->getOperatorLoc(), in DiagnoseShiftCompare() 15020 SuggestParentheses( in DiagnoseShiftCompare()
|
| /freebsd/contrib/llvm-project/clang/lib/Parse/ |
| H A D | Parser.cpp | 95 void Parser::SuggestParentheses(SourceLocation Loc, unsigned DK, in SuggestParentheses() function in Parser
|
| H A D | ParseExpr.cpp | 654 SuggestParentheses(OpToken.getLocation(), in ParseRHSOfBinaryExpression()
|
| /freebsd/contrib/llvm-project/clang/include/clang/Parse/ |
| H A D | Parser.h | 1265 void SuggestParentheses(SourceLocation Loc, unsigned DK,
|