Searched refs:getOpenLocation (Results 1 – 9 of 9) sorted by relevance
/external/clang/lib/Parse/ |
D | ParseExprCXX.cpp | 742 Intro.Range.setBegin(T.getOpenLocation()); in ParseLambdaIntroducer() 842 Init = Actions.ActOnParenListExpr(Parens.getOpenLocation(), in ParseLambdaIntroducer() 1019 SourceLocation LParenLoc = T.getOpenLocation(); in ParseLambdaExpressionAfterIntroducer() 1256 T.getOpenLocation(), Result.get(), in ParseCXXCasts() 1278 LParenLoc = T.getOpenLocation(); in ParseCXXTypeid() 1355 Result = Actions.ActOnCXXUuidof(OpLoc, T.getOpenLocation(), /*isType=*/true, in ParseCXXUuidof() 1368 Result = Actions.ActOnCXXUuidof(OpLoc, T.getOpenLocation(), in ParseCXXUuidof() 1564 return Actions.ActOnCXXTypeConstructExpr(TypeRep, T.getOpenLocation(), in ParseCXXTypeConstructExpression() 2107 SymbolLocations[SymbolIdx++] = T.getOpenLocation(); in ParseUnqualifiedIdOperator() 2132 SymbolLocations[SymbolIdx++] = T.getOpenLocation(); in ParseUnqualifiedIdOperator() [all …]
|
D | ParseInit.cpp | 205 SourceLocation StartLoc = T.getOpenLocation(); in ParseInitializerWithPotentialDesignator() 386 SourceLocation LBraceLoc = T.getOpenLocation(); in ParseBraceInitializer()
|
D | ParseExpr.cpp | 1118 Result = Actions.ActOnNoexceptExpr(KeyLoc, T.getOpenLocation(), in ParseCastExpression() 1246 Loc = T.getOpenLocation(); in ParsePostfixExpressionSuffix() 1317 Loc = PT.getOpenLocation(); in ParsePostfixExpressionSuffix() 1585 LParenLoc = T.getOpenLocation(); in ParseUnaryExprOrTypeTraitExpression() 1772 Comps.back().LocStart = ST.getOpenLocation(); in ParseBuiltinPrimaryExpression() 1931 SourceLocation OpenLoc = T.getOpenLocation(); in ParseParenExpression()
|
D | ParseOpenMP.cpp | 424 Kind, Val.get(), Loc, T.getOpenLocation(), T.getCloseLocation()); in ParseOpenMPSingleExprClause() 512 Kind, Type, Val.get(), Loc, T.getOpenLocation(), KLoc, CommaLoc, in ParseOpenMPSingleExprWithArgClause()
|
D | ParseDeclCXX.cpp | 133 Diag(T.getOpenLocation(), diag::err_namespace_nonnamespace_scope); in ParseNamespace() 177 IdentLoc, Ident, T.getOpenLocation(), in ParseNamespace() 224 Ident[index], Tracker.getOpenLocation(), in ParseInnerNamespace() 762 return T.getOpenLocation() == Tok.getLocation() ? in ParseDecltypeSpecifier() 763 StartLoc : T.getOpenLocation(); in ParseDecltypeSpecifier() 2604 T.getOpenLocation()); in ParseCXXMemberSpecification() 2721 T.getOpenLocation(), in ParseCXXMemberSpecification() 2926 T.getOpenLocation(), ArgExprs, in ParseMemInitializer()
|
D | RAIIObjectsForParser.h | 403 SourceLocation getOpenLocation() const { return LOpen; } in getOpenLocation() function
|
D | ParseDecl.cpp | 1896 ExprResult Initializer = Actions.ActOnParenListExpr(T.getOpenLocation(), in ParseDeclarationAfterDeclaratorAndAttributes() 2279 ExprResult ArgExpr = ParseAlignArgument(T.getOpenLocation(), EllipsisLoc); in ParseAlignmentSpecifier() 3405 T.getOpenLocation(), T.getCloseLocation(), in ParseStructUnionBody() 3875 Actions.ActOnEnumBody(StartLoc, T.getOpenLocation(), T.getCloseLocation(), in ParseEnumBody() 5010 D.AddTypeInfo(DeclaratorChunk::getParen(T.getOpenLocation(), in ParseParenDeclarator() 5094 LParenLoc = Tracker.getOpenLocation(); in ParseFunctionDeclarator() 5495 T.getOpenLocation(), in ParseBracketDeclarator() 5512 T.getOpenLocation(), in ParseBracketDeclarator() 5582 T.getOpenLocation(), in ParseBracketDeclarator()
|
D | ParseObjc.cpp | 1260 T.getOpenLocation(), T.getCloseLocation(), nullptr); in HelperActionsForIvarDeclarations() 2696 SourceLocation LPLoc = T.getOpenLocation(), RPLoc = T.getCloseLocation(); in ParseObjCBoxedExpr() 2812 return Actions.ParseObjCEncodeExpression(AtLoc, EncLoc, T.getOpenLocation(), in ParseObjCEncodeExpression() 2837 T.getOpenLocation(), ProtoIdLoc, in ParseObjCProtocolExpression() 2903 T.getOpenLocation(), in ParseObjCSelectorExpression()
|
D | ParseStmt.cpp | 997 return Actions.ActOnCompoundStmt(T.getOpenLocation(), CloseLoc, in ParseCompoundStatementBody() 1405 return Actions.ActOnDoStmt(DoLoc, Body.get(), WhileLoc, T.getOpenLocation(), in ParseDoStatement() 1723 return Actions.ActOnForStmt(ForLoc, T.getOpenLocation(), FirstPart.get(), in ParseForStatement()
|