Home
last modified time | relevance | path

Searched refs:getCloseLocation (Results 1 – 12 of 12) sorted by relevance

/freebsd/contrib/llvm-project/clang/lib/Parse/
H A DParseExprCXX.cpp684 IndexExpr.get(), T.getCloseLocation()); in ParseCXXPackIndexingExpression()
1068 Parens.getCloseLocation(), in ParseLambdaIntroducer()
1229 Intro.Range.setEnd(T.getCloseLocation()); in ParseLambdaIntroducer()
1481 DeclEndLoc = RParenLoc = T.getCloseLocation(); in ParseLambdaExpressionAfterIntroducer()
1702 T.getCloseLocation()); in ParseCXXCasts()
1749 RParenLoc = T.getCloseLocation(); in ParseCXXTypeid()
1763 RParenLoc = T.getCloseLocation(); in ParseCXXTypeid()
1803 T.getCloseLocation()); in ParseCXXUuidof()
1817 Result.get(), T.getCloseLocation()); in ParseCXXUuidof()
2070 Exprs, T.getCloseLocation(), in ParseCXXTypeConstructExpression()
[all …]
H A DParseDeclCXX.cpp254 DeclEnd = T.getCloseLocation(); in ParseNamespace()
297 Actions.ActOnFinishNamespaceDef(NamespcDecl, Tracker.getCloseLocation()); in ParseInnerNamespace()
438 getCurScope(), LinkageSpec, T.getCloseLocation()) in ParseLinkage()
488 T.getCloseLocation()); in ParseExportDeclaration()
1112 T.getCloseLocation()); in ParseStaticAssertDeclaration()
1198 if (T.getCloseLocation().isInvalid()) { in ParseDecltypeSpecifier()
1202 return T.getCloseLocation(); in ParseDecltypeSpecifier()
1207 return T.getCloseLocation(); in ParseDecltypeSpecifier()
1210 EndLoc = T.getCloseLocation(); in ParseDecltypeSpecifier()
1304 DS.SetRangeEnd(T.getCloseLocation()); in ParsePackIndexingType()
[all …]
H A DParseExpr.cpp1813 T.getCloseLocation()); in ParseCastExpression()
2543 OpLoc, T.getOpenLocation(), T.getCloseLocation(), Ty.get()); in ParseSYCLUniqueStableNameExpression()
2583 RParenLoc = T.getCloseLocation(); in ParseUnaryExprOrTypeTraitExpression()
2814 Comps.back().LocEnd = ST.getCloseLocation(); in ParseBuiltinPrimaryExpression()
2825 PT.getCloseLocation()); in ParseBuiltinPrimaryExpression()
3128 RParenLoc = T.getCloseLocation(); in ParseParenExpression()
3152 RParenLoc = T.getCloseLocation(); in ParseParenExpression()
3181 RParenLoc = T.getCloseLocation(); in ParseParenExpression()
3324 RParenLoc = T.getCloseLocation(); in ParseParenExpression()
3363 RParenLoc = T.getCloseLocation(); in ParseParenExpression()
[all …]
H A DParseHLSL.cpp89 DeclEnd = T.getCloseLocation(); in ParseHLSLBuffer()
97 DeclEnd = T.getCloseLocation(); in ParseHLSLBuffer()
H A DParseDecl.cpp432 SourceRange(AttrNameLoc, Parens.getCloseLocation()), in ParseAttributeWithTypeArg()
435 Attrs.addNew(&AttrName, SourceRange(AttrNameLoc, Parens.getCloseLocation()), in ParseAttributeWithTypeArg()
995 EndLoc = T.getCloseLocation(); in ParseMicrosoftDeclSpecs()
1495 *endLoc = T.getCloseLocation(); in ParseAvailabilityAttribute()
1518 SourceRange(AvailabilityLoc, T.getCloseLocation()), ScopeName, in ParseAvailabilityAttribute()
1648 *EndLoc = T.getCloseLocation(); in ParseExternalSourceSymbolAttribute()
1652 Attrs.addNew(&ExternalSourceSymbol, SourceRange(Loc, T.getCloseLocation()), in ParseExternalSourceSymbolAttribute()
1727 *EndLoc = T.getCloseLocation(); in ParseObjCBridgeRelatedAttribute()
1731 SourceRange(ObjCBridgeRelatedLoc, T.getCloseLocation()), in ParseObjCBridgeRelatedAttribute()
1770 *EndLoc = T.getCloseLocation(); in ParseSwiftNewTypeAttribute()
[all …]
H A DParseInit.cpp386 T.getCloseLocation()); in ParseInitializerWithPotentialDesignator()
576 T.getCloseLocation()); in ParseBraceInitializer()
H A DParseStmt.cpp1317 if (T.getCloseLocation().isValid()) in ParseCompoundStatementBody()
1318 CloseLoc = T.getCloseLocation(); in ParseCompoundStatementBody()
1384 RParenLoc = T.getCloseLocation(); in ParseParenExprOrCondition()
1959 Cond.get(), T.getCloseLocation()); in ParseDoStatement()
2308 T.getCloseLocation(), Sema::BFRK_Build, in ParseForStatement()
2314 ForLoc, FirstPart.get(), Collection.get(), T.getCloseLocation()); in ParseForStatement()
2369 SecondPart, ThirdPart, T.getCloseLocation(), in ParseForStatement()
2750 if (T.getCloseLocation().isInvalid()) in ParseCXXCatchBlock()
H A DParseOpenMP.cpp508 RLoc = T.getCloseLocation(); in ParseOpenMPReductionInitializerForDecl()
1696 if (IssueNote && T.getCloseLocation().isValid()) in ParseOpenMPAssumesDirective()
1697 Diag(T.getCloseLocation(), in ParseOpenMPAssumesDirective()
1818 RLoc = T.getCloseLocation(); in parseOpenMPSimpleClause()
3046 D.RParenLoc = T.getCloseLocation(); in ParseOpenMPUsesAllocatorClause()
3056 Loc, T.getOpenLocation(), T.getCloseLocation(), Data); in ParseOpenMPUsesAllocatorClause()
3365 RLoc = T.getCloseLocation(); in ParseOpenMPParensExpr()
3602 RLoc = T.getCloseLocation(); in ParseOpenMPInteropClause()
3676 Attrs, Loc, T.getOpenLocation(), T.getCloseLocation()); in ParseOpenMPOMPXAttributesClause()
3998 RLoc = T.getCloseLocation(); in ParseOpenMPSingleExprWithArgClause()
[all …]
H A DParseStmtAsm.cpp768 AsmString.get(), Clobbers, /*NumLabels*/ 0, T.getCloseLocation()); in ParseAsmStatement()
868 T.getCloseLocation()); in ParseAsmStatement()
H A DParseObjc.cpp297 if (T.getCloseLocation().isInvalid()) in ParseObjCAtInterfaceDeclaration()
1919 Actions.ActOnLastBitfield(T.getCloseLocation(), AllIvarDecls); in HelperActionsForIvarDeclarations()
1923 T.getOpenLocation(), T.getCloseLocation(), in HelperActionsForIvarDeclarations()
3471 SourceLocation LPLoc = T.getOpenLocation(), RPLoc = T.getCloseLocation(); in ParseObjCBoxedExpr()
3608 AtLoc, EncLoc, T.getOpenLocation(), Ty.get(), T.getCloseLocation()); in ParseObjCEncodeExpression()
3633 T.getCloseLocation()); in ParseObjCProtocolExpression()
3699 Sel, AtLoc, SelectorLoc, T.getOpenLocation(), T.getCloseLocation(), in ParseObjCSelectorExpression()
H A DParser.cpp1731 *EndLoc = T.getCloseLocation(); in ParseSimpleAsm()
/freebsd/contrib/llvm-project/clang/include/clang/Parse/
H A DRAIIObjectsForParser.h463 SourceLocation getCloseLocation() const { return LClose; } in getCloseLocation() function