Home
last modified time | relevance | path

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

/NextBSD/contrib/llvm/tools/clang/lib/Sema/
HDSemaExpr.cpp6358 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/
HDParser.cpp108 void Parser::SuggestParentheses(SourceLocation Loc, unsigned DK, in SuggestParentheses() function in Parser
HDParseExpr.cpp436 SuggestParentheses(OpToken.getLocation(), in ParseRHSOfBinaryExpression()
/NextBSD/contrib/llvm/tools/clang/include/clang/Parse/
HDParser.h833 void SuggestParentheses(SourceLocation Loc, unsigned DK,