Searched refs:SuggestParentheses (Results 1 – 8 of 8) sorted by relevance
/external/clang/lib/Sema/ |
D | SemaExpr.cpp | 6889 static void SuggestParentheses(Sema &Self, SourceLocation Loc, in SuggestParentheses() function 6995 SuggestParentheses(Self, OpLoc, in DiagnoseConditionalPrecedence() 7000 SuggestParentheses(Self, OpLoc, in DiagnoseConditionalPrecedence() 11018 SuggestParentheses(Self, OpLoc, in DiagnoseBitwisePrecedence() 11021 SuggestParentheses(Self, OpLoc, in DiagnoseBitwisePrecedence() 11036 SuggestParentheses(Self, Bop->getOperatorLoc(), in EmitDiagnosticForLogicalAndInLogicalOr() 11105 SuggestParentheses(S, Bop->getOperatorLoc(), in DiagnoseBitwiseOpInBitwiseOp() 11120 SuggestParentheses(S, Bop->getOperatorLoc(), in DiagnoseAdditionInShift() 11144 SuggestParentheses(S, OCE->getOperatorLoc(), in DiagnoseShiftCompare() 11148 SuggestParentheses(S, OpLoc, in DiagnoseShiftCompare()
|
/external/llvm-project/clang/lib/Sema/ |
D | SemaExpr.cpp | 8424 static void SuggestParentheses(Sema &Self, SourceLocation Loc, in SuggestParentheses() function 8545 SuggestParentheses( in DiagnoseConditionalPrecedence() 8551 SuggestParentheses(Self, OpLoc, in DiagnoseConditionalPrecedence() 14142 SuggestParentheses(Self, OpLoc, in DiagnoseBitwisePrecedence() 14145 SuggestParentheses(Self, OpLoc, in DiagnoseBitwisePrecedence() 14160 SuggestParentheses(Self, Bop->getOperatorLoc(), in EmitDiagnosticForLogicalAndInLogicalOr() 14229 SuggestParentheses(S, Bop->getOperatorLoc(), in DiagnoseBitwiseOpInBitwiseOp() 14244 SuggestParentheses(S, Bop->getOperatorLoc(), in DiagnoseAdditionInShift() 14268 SuggestParentheses(S, OCE->getOperatorLoc(), in DiagnoseShiftCompare() 14272 SuggestParentheses( in DiagnoseShiftCompare()
|
/external/clang/lib/Parse/ |
D | Parser.cpp | 108 void Parser::SuggestParentheses(SourceLocation Loc, unsigned DK, in SuggestParentheses() function in Parser
|
D | ParseExpr.cpp | 442 SuggestParentheses(OpToken.getLocation(), in ParseRHSOfBinaryExpression()
|
/external/clang/include/clang/Parse/ |
D | Parser.h | 856 void SuggestParentheses(SourceLocation Loc, unsigned DK,
|
/external/llvm-project/clang/lib/Parse/ |
D | Parser.cpp | 87 void Parser::SuggestParentheses(SourceLocation Loc, unsigned DK, in SuggestParentheses() function in Parser
|
D | ParseExpr.cpp | 623 SuggestParentheses(OpToken.getLocation(), in ParseRHSOfBinaryExpression()
|
/external/llvm-project/clang/include/clang/Parse/ |
D | Parser.h | 1171 void SuggestParentheses(SourceLocation Loc, unsigned DK,
|