Searched refs:getCloseLocation (Results 1 – 11 of 11) sorted by relevance
/external/clang/lib/Parse/ |
D | ParseExprCXX.cpp | 843 Parens.getCloseLocation(), in ParseLambdaIntroducer() 958 Intro.Range.setEnd(T.getCloseLocation()); in ParseLambdaIntroducer() 1035 SourceLocation RParenLoc = T.getCloseLocation(); in ParseLambdaExpressionAfterIntroducer() 1257 T.getCloseLocation()); in ParseCXXCasts() 1303 RParenLoc = T.getCloseLocation(); in ParseCXXTypeid() 1317 RParenLoc = T.getCloseLocation(); in ParseCXXTypeid() 1357 T.getCloseLocation()); in ParseCXXUuidof() 1370 Result.get(), T.getCloseLocation()); in ParseCXXUuidof() 1566 T.getCloseLocation()); in ParseCXXTypeConstructExpression() 2104 if (T.getCloseLocation().isInvalid()) in ParseUnqualifiedIdOperator() [all …]
|
D | ParseDeclCXX.cpp | 191 DeclEnd = T.getCloseLocation(); in ParseNamespace() 232 Actions.ActOnFinishNamespaceDef(NamespcDecl, Tracker.getCloseLocation()); in ParseInnerNamespace() 358 getCurScope(), LinkageSpec, T.getCloseLocation()) in ParseLinkage() 728 T.getCloseLocation()); in ParseStaticAssertDeclaration() 807 if (T.getCloseLocation().isInvalid()) { in ParseDecltypeSpecifier() 811 return T.getCloseLocation(); in ParseDecltypeSpecifier() 816 return T.getCloseLocation(); in ParseDecltypeSpecifier() 819 EndLoc = T.getCloseLocation(); in ParseDecltypeSpecifier() 876 if (T.getCloseLocation().isInvalid()) in ParseUnderlyingTypeSpecifier() 2722 T.getCloseLocation(), in ParseCXXMemberSpecification() [all …]
|
D | ParseDecl.cpp | 257 SourceRange(AttrNameLoc, Parens.getCloseLocation()), in ParseAttributeWithTypeArg() 260 Attrs.addNew(&AttrName, SourceRange(AttrNameLoc, Parens.getCloseLocation()), in ParseAttributeWithTypeArg() 880 *endLoc = T.getCloseLocation(); in ParseAvailabilityAttribute() 903 SourceRange(AvailabilityLoc, T.getCloseLocation()), in ParseAvailabilityAttribute() 981 *endLoc = T.getCloseLocation(); in ParseObjCBridgeRelatedAttribute() 985 SourceRange(ObjCBridgeRelatedLoc, T.getCloseLocation()), in ParseObjCBridgeRelatedAttribute() 1196 *EndLoc = T.getCloseLocation(); in ParseTypeTagForDatatypeAttribute() 1897 T.getCloseLocation(), in ParseDeclarationAfterDeclaratorAndAttributes() 2287 *EndLoc = T.getCloseLocation(); in ParseAlignmentSpecifier() 3405 T.getOpenLocation(), T.getCloseLocation(), in ParseStructUnionBody() [all …]
|
D | ParseExpr.cpp | 1119 Result.get(), T.getCloseLocation()); in ParseCastExpression() 1590 RParenLoc = T.getCloseLocation(); in ParseUnaryExprOrTypeTraitExpression() 1781 Comps.back().LocEnd = ST.getCloseLocation(); in ParseBuiltinPrimaryExpression() 1792 PT.getCloseLocation()); in ParseBuiltinPrimaryExpression() 2004 RParenLoc = T.getCloseLocation(); in ParseParenExpression() 2026 RParenLoc = T.getCloseLocation(); in ParseParenExpression() 2054 RParenLoc = T.getCloseLocation(); in ParseParenExpression() 2140 RParenLoc = T.getCloseLocation(); in ParseParenExpression() 2275 if (T.getCloseLocation().isInvalid()) in ParseGenericSelectionExpression() 2279 T.getCloseLocation(), in ParseGenericSelectionExpression()
|
D | ParseInit.cpp | 335 T.getCloseLocation()); in ParseInitializerWithPotentialDesignator() 461 T.getCloseLocation()); in ParseBraceInitializer()
|
D | ParseStmt.cpp | 995 CloseLoc = T.getCloseLocation(); in ParseCompoundStatementBody() 1406 Cond.get(), T.getCloseLocation()); in ParseDoStatement() 1670 T.getCloseLocation(), in ParseForStatement() 1680 T.getCloseLocation()); in ParseForStatement() 1725 T.getCloseLocation(), Body.get()); in ParseForStatement() 2066 if (T.getCloseLocation().isInvalid()) in ParseCXXCatchBlock()
|
D | ParseOpenMP.cpp | 424 Kind, Val.get(), Loc, T.getOpenLocation(), T.getCloseLocation()); in ParseOpenMPSingleExprClause() 513 T.getCloseLocation()); in ParseOpenMPSingleExprWithArgClause()
|
D | ParseObjc.cpp | 230 if (T.getCloseLocation().isInvalid()) in ParseObjCAtInterfaceDeclaration() 1254 Actions.ActOnLastBitfield(T.getCloseLocation(), AllIvarDecls); in HelperActionsForIvarDeclarations() 1260 T.getOpenLocation(), T.getCloseLocation(), nullptr); in HelperActionsForIvarDeclarations() 2696 SourceLocation LPLoc = T.getOpenLocation(), RPLoc = T.getCloseLocation(); in ParseObjCBoxedExpr() 2813 Ty.get(), T.getCloseLocation()); in ParseObjCEncodeExpression() 2838 T.getCloseLocation()); in ParseObjCProtocolExpression() 2904 T.getCloseLocation(), in ParseObjCSelectorExpression()
|
D | ParseStmtAsm.cpp | 632 Clobbers, T.getCloseLocation()); in ParseAsmStatement() 691 Constraints, Exprs, AsmString.get(), Clobbers, T.getCloseLocation()); in ParseAsmStatement()
|
D | RAIIObjectsForParser.h | 404 SourceLocation getCloseLocation() const { return LClose; } in getCloseLocation() function
|
D | Parser.cpp | 1275 *EndLoc = T.getCloseLocation(); in ParseSimpleAsm()
|