Home
last modified time | relevance | path

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

/external/clang/lib/Parse/
DParseExprCXX.cpp713 Intro.Range.setEnd(T.getCloseLocation()); in ParseLambdaIntroducer()
768 DeclEndLoc = T.getCloseLocation(); in ParseLambdaExpressionAfterIntroducer()
964 T.getCloseLocation()); in ParseCXXCasts()
994 RParenLoc = T.getCloseLocation(); in ParseCXXTypeid()
1018 RParenLoc = T.getCloseLocation(); in ParseCXXTypeid()
1058 T.getCloseLocation()); in ParseCXXUuidof()
1071 Result.release(), T.getCloseLocation()); in ParseCXXUuidof()
1269 T.getCloseLocation()); in ParseCXXTypeConstructExpression()
1830 if (T.getCloseLocation().isInvalid()) in ParseUnqualifiedIdOperator()
1834 SymbolLocations[SymbolIdx++] = T.getCloseLocation(); in ParseUnqualifiedIdOperator()
[all …]
DParseDeclCXX.cpp175 DeclEnd = T.getCloseLocation(); in ParseNamespace()
216 Actions.ActOnFinishNamespaceDef(NamespcDecl, Tracker.getCloseLocation()); in ParseInnerNamespace()
321 T.getCloseLocation()); in ParseLinkage()
638 T.getCloseLocation()); in ParseStaticAssertDeclaration()
691 if (T.getCloseLocation().isInvalid()) { in ParseDecltypeSpecifier()
695 return T.getCloseLocation(); in ParseDecltypeSpecifier()
701 return T.getCloseLocation(); in ParseDecltypeSpecifier()
704 EndLoc = T.getCloseLocation(); in ParseDecltypeSpecifier()
754 if (T.getCloseLocation().isInvalid()) in ParseUnderlyingTypeSpecifier()
2356 T.getCloseLocation(), in ParseCXXMemberSpecification()
[all …]
DParseDecl.cpp674 *endLoc = T.getCloseLocation(); in ParseAvailabilityAttribute()
697 SourceRange(AvailabilityLoc, T.getCloseLocation()), in ParseAvailabilityAttribute()
912 *EndLoc = T.getCloseLocation(); in ParseThreadSafetyAttribute()
1495 T.getCloseLocation(), in ParseDeclarationAfterDeclaratorAndAttributes()
1799 *endLoc = T.getCloseLocation(); in ParseAlignmentSpecifier()
2708 T.getOpenLocation(), T.getCloseLocation(), in ParseStructUnionBody()
2712 T.getCloseLocation()); in ParseStructUnionBody()
3109 Actions.ActOnEnumBody(StartLoc, T.getOpenLocation(), T.getCloseLocation(), in ParseEnumBody()
3116 T.getCloseLocation()); in ParseEnumBody()
4128 T.getCloseLocation()), in ParseParenDeclarator()
[all …]
DParseExpr.cpp1121 Result.take(), T.getCloseLocation()); in ParseCastExpression()
1603 RParenLoc = T.getCloseLocation(); in ParseUnaryExprOrTypeTraitExpression()
1781 Comps.back().LocEnd = ST.getCloseLocation(); in ParseBuiltinPrimaryExpression()
1792 PT.getCloseLocation()); in ParseBuiltinPrimaryExpression()
1965 RParenLoc = T.getCloseLocation(); in ParseParenExpression()
1986 RParenLoc = T.getCloseLocation(); in ParseParenExpression()
2013 RParenLoc = T.getCloseLocation(); in ParseParenExpression()
2098 RParenLoc = T.getCloseLocation(); in ParseParenExpression()
2231 if (T.getCloseLocation().isInvalid()) in ParseGenericSelectionExpression()
2235 T.getCloseLocation(), in ParseGenericSelectionExpression()
DParseInit.cpp353 T.getCloseLocation()); in ParseInitializerWithPotentialDesignator()
480 T.getCloseLocation()); in ParseBraceInitializer()
DParseStmt.cpp848 CloseLoc = T.getCloseLocation(); in ParseCompoundStatementBody()
1259 Cond.get(), T.getCloseLocation()); in ParseDoStatement()
1477 T.getCloseLocation()); in ParseForStatement()
1518 T.getCloseLocation(), in ParseForStatement()
1526 T.getCloseLocation(), Body.take()); in ParseForStatement()
1810 T.getCloseLocation()); in ParseAsmStatement()
1875 T.getCloseLocation()); in ParseAsmStatement()
2153 if (T.getCloseLocation().isInvalid()) in ParseCXXCatchBlock()
DParseObjc.cpp213 if (T.getCloseLocation().isInvalid()) in ParseObjCAtInterfaceDeclaration()
1336 Actions.ActOnLastBitfield(T.getCloseLocation(), AllIvarDecls); in ParseObjCClassInstanceVariables()
1342 T.getOpenLocation(), T.getCloseLocation(), 0); in ParseObjCClassInstanceVariables()
2603 SourceLocation LPLoc = T.getOpenLocation(), RPLoc = T.getCloseLocation(); in ParseObjCBoxedExpr()
2723 T.getCloseLocation())); in ParseObjCEncodeExpression()
2748 T.getCloseLocation())); in ParseObjCProtocolExpression()
2811 T.getCloseLocation())); in ParseObjCSelectorExpression()
DParser.cpp1213 *EndLoc = T.getCloseLocation(); in ParseSimpleAsm()
/external/clang/include/clang/Parse/
DParser.h480 SourceLocation getCloseLocation() const { return LClose; } in getCloseLocation() function