| /freebsd/contrib/llvm-project/clang/lib/Parse/ |
| H A D | ParseExprCXX.cpp | 645 IndexExpr.get(), T.getCloseLocation()); in ParseCXXPackIndexingExpression() 929 Parens.getCloseLocation(), in ParseLambdaIntroducer() 1086 Intro.Range.setEnd(T.getCloseLocation()); in ParseLambdaIntroducer() 1341 DeclEndLoc = RParenLoc = T.getCloseLocation(); in ParseLambdaExpressionAfterIntroducer() 1550 T.getCloseLocation()); in ParseCXXCasts() 1591 RParenLoc = T.getCloseLocation(); in ParseCXXTypeid() 1605 RParenLoc = T.getCloseLocation(); in ParseCXXTypeid() 1640 T.getCloseLocation()); in ParseCXXUuidof() 1654 Result.get(), T.getCloseLocation()); in ParseCXXUuidof() 1845 Exprs, T.getCloseLocation(), in ParseCXXTypeConstructExpression() [all …]
|
| H A D | ParseDeclCXX.cpp | 219 DeclEnd = T.getCloseLocation(); in ParseNamespace() 261 Actions.ActOnFinishNamespaceDef(NamespcDecl, Tracker.getCloseLocation()); in ParseInnerNamespace() 395 getCurScope(), LinkageSpec, T.getCloseLocation()) in ParseLinkage() 440 T.getCloseLocation()); in ParseExportDeclaration() 1022 T.getCloseLocation()); in ParseStaticAssertDeclaration() 1100 if (T.getCloseLocation().isInvalid()) { in ParseDecltypeSpecifier() 1104 return T.getCloseLocation(); in ParseDecltypeSpecifier() 1109 return T.getCloseLocation(); in ParseDecltypeSpecifier() 1112 EndLoc = T.getCloseLocation(); in ParseDecltypeSpecifier() 1206 DS.SetRangeEnd(T.getCloseLocation()); in ParsePackIndexingType() [all …]
|
| H A D | ParseHLSL.cpp | 90 DeclEnd = T.getCloseLocation(); in ParseHLSLBuffer() 98 DeclEnd = T.getCloseLocation(); in ParseHLSLBuffer()
|
| H A D | ParseDecl.cpp | 400 &AttrName, SourceRange(AttrNameLoc, Parens.getCloseLocation()), in ParseAttributeWithTypeArg() 403 Attrs.addNew(&AttrName, SourceRange(AttrNameLoc, Parens.getCloseLocation()), in ParseAttributeWithTypeArg() 949 EndLoc = T.getCloseLocation(); in ParseMicrosoftDeclSpecs() 1416 *endLoc = T.getCloseLocation(); in ParseAvailabilityAttribute() 1439 SourceRange(AvailabilityLoc, T.getCloseLocation()), in ParseAvailabilityAttribute() 1556 *EndLoc = T.getCloseLocation(); in ParseExternalSourceSymbolAttribute() 1560 Attrs.addNew(&ExternalSourceSymbol, SourceRange(Loc, T.getCloseLocation()), in ParseExternalSourceSymbolAttribute() 1625 *EndLoc = T.getCloseLocation(); in ParseObjCBridgeRelatedAttribute() 1629 SourceRange(ObjCBridgeRelatedLoc, T.getCloseLocation()), in ParseObjCBridgeRelatedAttribute() 1668 *EndLoc = T.getCloseLocation(); in ParseSwiftNewTypeAttribute() [all …]
|
| H A D | ParseExpr.cpp | 1490 T.getCloseLocation()); in ParseCastExpression() 2185 OpLoc, T.getOpenLocation(), T.getCloseLocation(), Ty.get()); in ParseSYCLUniqueStableNameExpression() 2211 RParenLoc = T.getCloseLocation(); in ParseUnaryExprOrTypeTraitExpression() 2427 Comps.back().LocEnd = ST.getCloseLocation(); in ParseBuiltinPrimaryExpression() 2438 PT.getCloseLocation()); in ParseBuiltinPrimaryExpression() 2715 RParenLoc = T.getCloseLocation(); in ParseParenExpression() 2739 RParenLoc = T.getCloseLocation(); in ParseParenExpression() 2768 RParenLoc = T.getCloseLocation(); in ParseParenExpression() 2913 RParenLoc = T.getCloseLocation(); in ParseParenExpression() 2946 RParenLoc = T.getCloseLocation(); in ParseParenExpression() [all …]
|
| H A D | ParseInit.cpp | 338 T.getCloseLocation()); in ParseInitializerWithPotentialDesignator() 514 T.getCloseLocation()); in ParseBraceInitializer()
|
| H A D | ParseStmt.cpp | 1238 if (T.getCloseLocation().isValid()) in ParseCompoundStatementBody() 1239 CloseLoc = T.getCloseLocation(); in ParseCompoundStatementBody() 1291 RParenLoc = T.getCloseLocation(); in ParseParenExprOrCondition() 1856 Cond.get(), T.getCloseLocation()); in ParseDoStatement() 2186 ForRangeInfo.RangeExpr.get(), T.getCloseLocation(), Sema::BFRK_Build, in ParseForStatement() 2192 ForLoc, FirstPart.get(), Collection.get(), T.getCloseLocation()); in ParseForStatement() 2258 SecondPart, ThirdPart, T.getCloseLocation(), in ParseForStatement() 2576 if (T.getCloseLocation().isInvalid()) in ParseCXXCatchBlock()
|
| H A D | ParseOpenMP.cpp | 379 RLoc = T.getCloseLocation(); in ParseOpenMPReductionInitializerForDecl() 1630 if (IssueNote && T.getCloseLocation().isValid()) in ParseOpenMPAssumesDirective() 1631 Diag(T.getCloseLocation(), in ParseOpenMPAssumesDirective() 1753 RLoc = T.getCloseLocation(); in parseOpenMPSimpleClause() 2990 D.RParenLoc = T.getCloseLocation(); in ParseOpenMPUsesAllocatorClause() 3000 Loc, T.getOpenLocation(), T.getCloseLocation(), Data); in ParseOpenMPUsesAllocatorClause() 3395 RLoc = T.getCloseLocation(); in ParseOpenMPParensExpr() 3560 RLoc = T.getCloseLocation(); in ParseOpenMPInteropClause() 3634 Attrs, Loc, T.getOpenLocation(), T.getCloseLocation()); in ParseOpenMPOMPXAttributesClause() 3930 RLoc = T.getCloseLocation(); in ParseOpenMPSingleExprWithArgClause() [all …]
|
| H A D | ParseObjc.cpp | 252 if (T.getCloseLocation().isInvalid()) in ParseObjCAtInterfaceDeclaration() 1690 Actions.ActOnLastBitfield(T.getCloseLocation(), AllIvarDecls); in HelperActionsForIvarDeclarations() 1694 T.getOpenLocation(), T.getCloseLocation(), in HelperActionsForIvarDeclarations() 3054 SourceLocation LPLoc = T.getOpenLocation(), RPLoc = T.getCloseLocation(); in ParseObjCBoxedExpr() 3175 AtLoc, EncLoc, T.getOpenLocation(), Ty.get(), T.getCloseLocation()); in ParseObjCEncodeExpression() 3198 T.getCloseLocation()); in ParseObjCProtocolExpression() 3262 Sel, AtLoc, SelectorLoc, T.getOpenLocation(), T.getCloseLocation(), in ParseObjCSelectorExpression()
|
| H A D | ParseStmtAsm.cpp | 718 AsmString.get(), Clobbers, /*NumLabels*/ 0, T.getCloseLocation()); in ParseAsmStatement() 818 T.getCloseLocation()); in ParseAsmStatement()
|
| H A D | ParseOpenACC.cpp | 1560 T.getCloseLocation(), in ParseOpenACCDirective()
|
| H A D | Parser.cpp | 1651 *EndLoc = T.getCloseLocation(); in ParseSimpleAsm()
|
| /freebsd/contrib/llvm-project/clang/include/clang/Parse/ |
| H A D | RAIIObjectsForParser.h | 463 SourceLocation getCloseLocation() const { return LClose; } in getCloseLocation() function
|