Home
last modified time | relevance | path

Searched refs:SuggestParentheses (Results 1 – 8 of 8) sorted by relevance

/external/clang/lib/Sema/
DSemaExpr.cpp6889 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/
DSemaExpr.cpp8424 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/
DParser.cpp108 void Parser::SuggestParentheses(SourceLocation Loc, unsigned DK, in SuggestParentheses() function in Parser
DParseExpr.cpp442 SuggestParentheses(OpToken.getLocation(), in ParseRHSOfBinaryExpression()
/external/clang/include/clang/Parse/
DParser.h856 void SuggestParentheses(SourceLocation Loc, unsigned DK,
/external/llvm-project/clang/lib/Parse/
DParser.cpp87 void Parser::SuggestParentheses(SourceLocation Loc, unsigned DK, in SuggestParentheses() function in Parser
DParseExpr.cpp623 SuggestParentheses(OpToken.getLocation(), in ParseRHSOfBinaryExpression()
/external/llvm-project/clang/include/clang/Parse/
DParser.h1171 void SuggestParentheses(SourceLocation Loc, unsigned DK,