Searched refs:getCloseLocation (Results 1 – 11 of 11) sorted by relevance
/external/clang/lib/Parse/ |
D | ParseExprCXX.cpp | 892 Parens.getCloseLocation(), in ParseLambdaIntroducer() 1012 Intro.Range.setEnd(T.getCloseLocation()); in ParseLambdaIntroducer() 1090 SourceLocation RParenLoc = T.getCloseLocation(); in ParseLambdaExpressionAfterIntroducer() 1322 T.getCloseLocation()); in ParseCXXCasts() 1368 RParenLoc = T.getCloseLocation(); in ParseCXXTypeid() 1382 RParenLoc = T.getCloseLocation(); in ParseCXXTypeid() 1422 T.getCloseLocation()); in ParseCXXUuidof() 1435 Result.get(), T.getCloseLocation()); in ParseCXXUuidof() 1632 T.getCloseLocation()); in ParseCXXTypeConstructExpression() 2170 if (T.getCloseLocation().isInvalid()) in ParseUnqualifiedIdOperator() [all …]
|
D | ParseDeclCXX.cpp | 199 DeclEnd = T.getCloseLocation(); in ParseNamespace() 242 Actions.ActOnFinishNamespaceDef(NamespcDecl, Tracker.getCloseLocation()); in ParseInnerNamespace() 368 getCurScope(), LinkageSpec, T.getCloseLocation()) in ParseLinkage() 747 T.getCloseLocation()); in ParseStaticAssertDeclaration() 829 if (T.getCloseLocation().isInvalid()) { in ParseDecltypeSpecifier() 833 return T.getCloseLocation(); in ParseDecltypeSpecifier() 838 return T.getCloseLocation(); in ParseDecltypeSpecifier() 841 EndLoc = T.getCloseLocation(); in ParseDecltypeSpecifier() 898 if (T.getCloseLocation().isInvalid()) in ParseUnderlyingTypeSpecifier() 3019 T.getCloseLocation(), in ParseCXXMemberSpecification() [all …]
|
D | ParseExpr.cpp | 1241 Result.get(), T.getCloseLocation()); in ParseCastExpression() 1724 RParenLoc = T.getCloseLocation(); in ParseUnaryExprOrTypeTraitExpression() 1915 Comps.back().LocEnd = ST.getCloseLocation(); in ParseBuiltinPrimaryExpression() 1926 PT.getCloseLocation()); in ParseBuiltinPrimaryExpression() 2147 RParenLoc = T.getCloseLocation(); in ParseParenExpression() 2169 RParenLoc = T.getCloseLocation(); in ParseParenExpression() 2197 RParenLoc = T.getCloseLocation(); in ParseParenExpression() 2295 RParenLoc = T.getCloseLocation(); in ParseParenExpression() 2432 if (T.getCloseLocation().isInvalid()) in ParseGenericSelectionExpression() 2436 T.getCloseLocation(), in ParseGenericSelectionExpression() [all …]
|
D | ParseDecl.cpp | 262 SourceRange(AttrNameLoc, Parens.getCloseLocation()), in ParseAttributeWithTypeArg() 265 Attrs.addNew(&AttrName, SourceRange(AttrNameLoc, Parens.getCloseLocation()), in ParseAttributeWithTypeArg() 966 *endLoc = T.getCloseLocation(); in ParseAvailabilityAttribute() 989 SourceRange(AvailabilityLoc, T.getCloseLocation()), in ParseAvailabilityAttribute() 1070 *endLoc = T.getCloseLocation(); in ParseObjCBridgeRelatedAttribute() 1074 SourceRange(ObjCBridgeRelatedLoc, T.getCloseLocation()), in ParseObjCBridgeRelatedAttribute() 1290 *EndLoc = T.getCloseLocation(); in ParseTypeTagForDatatypeAttribute() 2022 T.getCloseLocation(), in ParseDeclarationAfterDeclaratorAndAttributes() 2412 *EndLoc = T.getCloseLocation(); in ParseAlignmentSpecifier() 3552 T.getOpenLocation(), T.getCloseLocation(), in ParseStructUnionBody() [all …]
|
D | ParseInit.cpp | 335 T.getCloseLocation()); in ParseInitializerWithPotentialDesignator() 463 T.getCloseLocation()); in ParseBraceInitializer()
|
D | ParseStmt.cpp | 1009 CloseLoc = T.getCloseLocation(); in ParseCompoundStatementBody() 1420 Cond.get(), T.getCloseLocation()); in ParseDoStatement() 1681 T.getCloseLocation(), in ParseForStatement() 1691 T.getCloseLocation()); in ParseForStatement() 1736 T.getCloseLocation(), Body.get()); in ParseForStatement() 2075 if (T.getCloseLocation().isInvalid()) in ParseCXXCatchBlock()
|
D | ParseOpenMP.cpp | 504 Kind, Val.get(), Loc, T.getOpenLocation(), T.getCloseLocation()); in ParseOpenMPSingleExprClause() 602 T.getCloseLocation()); in ParseOpenMPSingleExprWithArgClause()
|
D | ParseObjc.cpp | 230 if (T.getCloseLocation().isInvalid()) in ParseObjCAtInterfaceDeclaration() 1220 Actions.ActOnLastBitfield(T.getCloseLocation(), AllIvarDecls); in HelperActionsForIvarDeclarations() 1226 T.getOpenLocation(), T.getCloseLocation(), nullptr); in HelperActionsForIvarDeclarations() 2660 SourceLocation LPLoc = T.getOpenLocation(), RPLoc = T.getCloseLocation(); in ParseObjCBoxedExpr() 2777 Ty.get(), T.getCloseLocation()); in ParseObjCEncodeExpression() 2802 T.getCloseLocation()); in ParseObjCProtocolExpression() 2868 T.getCloseLocation(), in ParseObjCSelectorExpression()
|
D | ParseStmtAsm.cpp | 664 Clobbers, T.getCloseLocation()); in ParseAsmStatement() 723 Constraints, Exprs, AsmString.get(), Clobbers, T.getCloseLocation()); in ParseAsmStatement()
|
D | RAIIObjectsForParser.h | 404 SourceLocation getCloseLocation() const { return LClose; } in getCloseLocation() function
|
D | Parser.cpp | 1278 *EndLoc = T.getCloseLocation(); in ParseSimpleAsm()
|