Searched refs:ParenRange (Results 1 - 8 of 8) sorted by relevance

/freebsd-10.3-release/contrib/llvm/tools/clang/lib/Parse/
H A DParser.cpp131 /// \param ParenRange Source range enclosing code that should be parenthesized.
133 SourceRange ParenRange) {
134 SourceLocation EndLoc = PP.getLocForEndOfToken(ParenRange.getEnd());
135 if (!ParenRange.getEnd().isFileID() || EndLoc.isInvalid()) {
143 << FixItHint::CreateInsertion(ParenRange.getBegin(), "(")
132 SuggestParentheses(SourceLocation Loc, unsigned DK, SourceRange ParenRange) argument
/freebsd-10.3-release/contrib/llvm/tools/clang/lib/Sema/
H A DSemaType.cpp2399 SourceRange ParenRange(DeclType.Loc, DeclType.EndLoc);
2404 << ParenRange;
2450 << FixItHint::CreateRemoval(ParenRange);
2453 S.getFixItZeroInitializerForType(RT, ParenRange.getBegin());
2458 << FixItHint::CreateReplacement(ParenRange, Init);
H A DSemaInit.cpp5569 SourceRange ParenRange = Kind.getParenRange(); local
5570 return S.ActOnParenListExpr(ParenRange.getBegin(), ParenRange.getEnd(),
H A DSemaExpr.cpp5778 /// ParenRange in parentheses.
5781 SourceRange ParenRange) {
5782 SourceLocation EndLoc = Self.PP.getLocForEndOfToken(ParenRange.getEnd());
5783 if (ParenRange.getBegin().isFileID() && ParenRange.getEnd().isFileID() &&
5786 << FixItHint::CreateInsertion(ParenRange.getBegin(), "(")
5790 Self.Diag(Loc, Note) << ParenRange;
5779 SuggestParentheses(Sema &Self, SourceLocation Loc, const PartialDiagnostic &Note, SourceRange ParenRange) argument
H A DSemaDeclCXX.cpp10437 SourceRange ParenRange) {
10459 ConstructKind, ParenRange);
10472 SourceRange ParenRange) {
10479 ParenRange));
10430 BuildCXXConstructExpr(SourceLocation ConstructLoc, QualType DeclInitType, CXXConstructorDecl *Constructor, MultiExprArg ExprArgs, bool HadMultipleCandidates, bool IsListInitialization, bool RequiresZeroInit, unsigned ConstructKind, SourceRange ParenRange) argument
10465 BuildCXXConstructExpr(SourceLocation ConstructLoc, QualType DeclInitType, CXXConstructorDecl *Constructor, bool Elidable, MultiExprArg ExprArgs, bool HadMultipleCandidates, bool IsListInitialization, bool RequiresZeroInit, unsigned ConstructKind, SourceRange ParenRange) argument
H A DTreeTransform.h2243 SourceRange ParenRange) {
2254 ParenRange);
2234 RebuildCXXConstructExpr(QualType T, SourceLocation Loc, CXXConstructorDecl *Constructor, bool IsElidable, MultiExprArg Args, bool HadMultipleCandidates, bool ListInitialization, bool RequiresZeroInit, CXXConstructExpr::ConstructionKind ConstructKind, SourceRange ParenRange) argument
/freebsd-10.3-release/contrib/llvm/tools/clang/include/clang/Parse/
H A DParser.h742 SourceRange ParenRange);
/freebsd-10.3-release/contrib/llvm/tools/clang/include/clang/Sema/
H A DSema.h3724 SourceRange ParenRange);
3733 unsigned ConstructKind, SourceRange ParenRange);

Completed in 728 milliseconds