Searched refs:SuggestParentheses (Results 1 – 5 of 5) sorted by relevance
| /freebsd/contrib/llvm-project/clang/lib/Sema/ |
| H A D | SemaExpr.cpp | 8692 static void SuggestParentheses(Sema &Self, SourceLocation Loc, in SuggestParentheses() function 8810 SuggestParentheses( in DiagnoseConditionalPrecedence() 8816 SuggestParentheses(Self, OpLoc, in DiagnoseConditionalPrecedence() 15271 SuggestParentheses(Self, OpLoc, in DiagnoseBitwisePrecedence() 15274 SuggestParentheses(Self, OpLoc, in DiagnoseBitwisePrecedence() 15289 SuggestParentheses(Self, Bop->getOperatorLoc(), in EmitDiagnosticForLogicalAndInLogicalOr() 15339 SuggestParentheses(S, Bop->getOperatorLoc(), in DiagnoseBitwiseOpInBitwiseOp() 15354 SuggestParentheses(S, Bop->getOperatorLoc(), in DiagnoseAdditionInShift() 15378 SuggestParentheses(S, OCE->getOperatorLoc(), in DiagnoseShiftCompare() 15382 SuggestParentheses( in DiagnoseShiftCompare()
|
| /freebsd/contrib/llvm-project/clang/lib/Parse/ |
| H A D | Parser.cpp | 103 void Parser::SuggestParentheses(SourceLocation Loc, unsigned DK, in SuggestParentheses() function in Parser
|
| H A D | ParseExpr.cpp | 527 SuggestParentheses(OpToken.getLocation(), in ParseRHSOfBinaryExpression()
|
| /freebsd/contrib/llvm-project/clang/include/clang/Parse/ |
| H A D | Parser.h | 866 void SuggestParentheses(SourceLocation Loc, unsigned DK,
|
| /freebsd/contrib/llvm-project/llvm/include/llvm/Testing/Demangle/ |
| H A D | DemangleTestCases.inc | 4447 …renthesesENS_14SourceLocationEjNS_11SourceRangeE", "clang::Parser::SuggestParentheses(clang::Sourc… 5429 …rceLocationERKNS_17PartialDiagnosticES5_NS_11SourceRangeES5_S6_", "SuggestParentheses(clang::Sema&…
|