Searched refs:SuggestParentheses (Results 1 – 4 of 4) sorted by relevance
| /NextBSD/contrib/llvm/tools/clang/lib/Sema/ |
| HD | SemaExpr.cpp | 6358 static void SuggestParentheses(Sema &Self, SourceLocation Loc, in SuggestParentheses() function 6466 SuggestParentheses(Self, OpLoc, in DiagnoseConditionalPrecedence() 6471 SuggestParentheses(Self, OpLoc, in DiagnoseConditionalPrecedence() 10300 SuggestParentheses(Self, OpLoc, in DiagnoseBitwisePrecedence() 10303 SuggestParentheses(Self, OpLoc, in DiagnoseBitwisePrecedence() 10318 SuggestParentheses(Self, Bop->getOperatorLoc(), in EmitDiagnosticForBitwiseAndInBitwiseOr() 10333 SuggestParentheses(Self, Bop->getOperatorLoc(), in EmitDiagnosticForLogicalAndInLogicalOr() 10408 SuggestParentheses(S, Bop->getOperatorLoc(), in DiagnoseAdditionInShift() 10432 SuggestParentheses(S, OCE->getOperatorLoc(), in DiagnoseShiftCompare() 10436 SuggestParentheses(S, OpLoc, in DiagnoseShiftCompare()
|
| /NextBSD/contrib/llvm/tools/clang/lib/Parse/ |
| HD | Parser.cpp | 108 void Parser::SuggestParentheses(SourceLocation Loc, unsigned DK, in SuggestParentheses() function in Parser
|
| HD | ParseExpr.cpp | 436 SuggestParentheses(OpToken.getLocation(), in ParseRHSOfBinaryExpression()
|
| /NextBSD/contrib/llvm/tools/clang/include/clang/Parse/ |
| HD | Parser.h | 833 void SuggestParentheses(SourceLocation Loc, unsigned DK,
|