Searched refs:getCloseLocation (Results 1 – 11 of 11) sorted by relevance
| /llvm-project-15.0.7/clang/lib/Parse/ |
| H A D | ParseExprCXX.cpp | 1153 Intro.Range.setEnd(T.getCloseLocation()); in ParseLambdaIntroducer() 1597 RParenLoc = T.getCloseLocation(); in ParseCXXTypeid() 1611 RParenLoc = T.getCloseLocation(); in ParseCXXTypeid() 2582 if (T.getCloseLocation().isInvalid()) in ParseUnqualifiedIdOperator() 2607 if (T.getCloseLocation().isInvalid()) in ParseUnqualifiedIdOperator() 2621 if (T.getCloseLocation().isInvalid()) in ParseUnqualifiedIdOperator() 3115 PlacementRParen = T.getCloseLocation(); in ParseCXXNewExpression() 3200 ConstructorRParen = T.getCloseLocation(); in ParseCXXNewExpression() 3261 if (T.getCloseLocation().isInvalid()) in ParseDirectNewDeclarator() 3376 if (T.getCloseLocation().isInvalid()) in ParseCXXDeleteExpression() [all …]
|
| H A D | ParseDecl.cpp | 812 EndLoc = T.getCloseLocation(); in ParseMicrosoftDeclSpecs() 1277 *endLoc = T.getCloseLocation(); in ParseAvailabilityAttribute() 1415 *EndLoc = T.getCloseLocation(); in ParseExternalSourceSymbolAttribute() 1494 *EndLoc = T.getCloseLocation(); in ParseObjCBridgeRelatedAttribute() 1537 *EndLoc = T.getCloseLocation(); in ParseSwiftNewTypeAttribute() 1603 *EndLoc = T.getCloseLocation(); in ParseTypeTagForDatatypeAttribute() 2955 *EndLoc = T.getCloseLocation(); in ParseAlignmentSpecifier() 6720 RParenLoc = Tracker.getCloseLocation(); in ParseFunctionDeclarator() 6743 RParenLoc = Tracker.getCloseLocation(); in ParseFunctionDeclarator() 7515 if (T.getCloseLocation().isInvalid()) in ParseAtomicSpecifier() [all …]
|
| H A D | ParseDeclCXX.cpp | 241 DeclEnd = T.getCloseLocation(); in ParseNamespace() 1089 if (T.getCloseLocation().isInvalid()) { in ParseDecltypeSpecifier() 1093 return T.getCloseLocation(); in ParseDecltypeSpecifier() 1098 return T.getCloseLocation(); in ParseDecltypeSpecifier() 1101 EndLoc = T.getCloseLocation(); in ParseDecltypeSpecifier() 1164 if (T.getCloseLocation().isInvalid()) in ParseUnderlyingTypeSpecifier() 3921 SpecificationRange.setEnd(T.getCloseLocation()); in ParseDynamicExceptionSpecification() 3951 SpecificationRange.setEnd(T.getCloseLocation()); in ParseDynamicExceptionSpecification() 4534 EndLoc = T.getCloseLocation(); in SkipCXX11Attributes() 4541 EndLoc = T.getCloseLocation(); in SkipCXX11Attributes() [all …]
|
| H A D | ParseExpr.cpp | 1702 T.getCloseLocation()); in ParseCastExpression() 2425 RParenLoc = T.getCloseLocation(); in ParseUnaryExprOrTypeTraitExpression() 2626 Comps.back().LocEnd = ST.getCloseLocation(); in ParseBuiltinPrimaryExpression() 2934 RParenLoc = T.getCloseLocation(); in ParseParenExpression() 2958 RParenLoc = T.getCloseLocation(); in ParseParenExpression() 2987 RParenLoc = T.getCloseLocation(); in ParseParenExpression() 3132 RParenLoc = T.getCloseLocation(); in ParseParenExpression() 3171 RParenLoc = T.getCloseLocation(); in ParseParenExpression() 3309 if (T.getCloseLocation().isInvalid()) in ParseGenericSelectionExpression() 3313 T.getCloseLocation(), in ParseGenericSelectionExpression() [all …]
|
| H A D | ParseInit.cpp | 381 T.getCloseLocation()); in ParseInitializerWithPotentialDesignator() 538 T.getCloseLocation()); in ParseBraceInitializer()
|
| H A D | ParseStmt.cpp | 1226 if (T.getCloseLocation().isValid()) in ParseCompoundStatementBody() 1227 CloseLoc = T.getCloseLocation(); in ParseCompoundStatementBody() 1297 *RParenLoc = T.getCloseLocation(); in ParseParenExprOrCondition() 1871 Cond.get(), T.getCloseLocation()); in ParseDoStatement() 2205 T.getCloseLocation(), Sema::BFRK_Build); in ParseForStatement() 2213 T.getCloseLocation()); in ParseForStatement() 2268 SecondPart, ThirdPart, T.getCloseLocation(), in ParseForStatement() 2647 if (T.getCloseLocation().isInvalid()) in ParseCXXCatchBlock()
|
| H A D | ParseOpenMP.cpp | 500 RLoc = T.getCloseLocation(); in ParseOpenMPReductionInitializerForDecl() 1702 if (IssueNote && T.getCloseLocation().isValid()) in ParseOpenMPAssumesDirective() 1703 Diag(T.getCloseLocation(), in ParseOpenMPAssumesDirective() 1823 RLoc = T.getCloseLocation(); in parseOpenMPSimpleClause() 3075 ValExprs, ClauseNameLoc, T.getOpenLocation(), T.getCloseLocation()); in ParseOpenMPSizesClause() 3111 D.RParenLoc = T.getCloseLocation(); in ParseOpenMPUsesAllocatorClause() 3396 RLoc = T.getCloseLocation(); in ParseOpenMPParensExpr() 3595 RLoc = T.getCloseLocation(); in ParseOpenMPInteropClause() 3853 RLoc = T.getCloseLocation(); in ParseOpenMPSingleExprWithArgClause() 4127 RLoc = T.getCloseLocation(); in ParseOpenMPIteratorsExpr() [all …]
|
| H A D | ParseObjc.cpp | 273 if (T.getCloseLocation().isInvalid()) in ParseObjCAtInterfaceDeclaration() 1884 Actions.ActOnLastBitfield(T.getCloseLocation(), AllIvarDecls); in HelperActionsForIvarDeclarations() 1888 T.getOpenLocation(), T.getCloseLocation(), in HelperActionsForIvarDeclarations() 3413 SourceLocation LPLoc = T.getOpenLocation(), RPLoc = T.getCloseLocation(); in ParseObjCBoxedExpr() 3551 Ty.get(), T.getCloseLocation()); in ParseObjCEncodeExpression() 3576 T.getCloseLocation()); in ParseObjCProtocolExpression() 3642 T.getCloseLocation(), in ParseObjCSelectorExpression()
|
| H A D | ParseStmtAsm.cpp | 768 AsmString.get(), Clobbers, /*NumLabels*/ 0, T.getCloseLocation()); in ParseAsmStatement() 868 T.getCloseLocation()); in ParseAsmStatement()
|
| H A D | Parser.cpp | 1633 *EndLoc = T.getCloseLocation(); in ParseSimpleAsm()
|
| /llvm-project-15.0.7/clang/include/clang/Parse/ |
| H A D | RAIIObjectsForParser.h | 431 SourceLocation getCloseLocation() const { return LClose; } in getCloseLocation() function
|