Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/clang/lib/Parse/
H A DParseInit.cpp243 SourceLocation StartLoc = T.getOpenLocation(); in ParseInitializerWithPotentialDesignator()
443 SourceLocation LBraceLoc = T.getOpenLocation(); in ParseBraceInitializer()
464 PreferredType.get(T.getOpenLocation()), in ParseBraceInitializer()
567 PreferredType.get(Braces.getOpenLocation()), in ParseMicrosoftIfExistsBraceInitializer()
H A DParseExprCXX.cpp833 Intro.Range.setBegin(T.getOpenLocation()); in ParseLambdaIntroducer()
991 Init = Actions.ActOnParenListExpr(Parens.getOpenLocation(), in ParseLambdaIntroducer()
1404 SourceLocation LParenLoc = T.getOpenLocation(); in ParseLambdaExpressionAfterIntroducer()
1547 T.getOpenLocation(), Result.get(), in ParseCXXCasts()
1569 LParenLoc = T.getOpenLocation(); in ParseCXXTypeid()
1647 Result = Actions.ActOnCXXUuidof(OpLoc, T.getOpenLocation(), /*isType=*/true, in ParseCXXUuidof()
1661 Result = Actions.ActOnCXXUuidof(OpLoc, T.getOpenLocation(), in ParseCXXUuidof()
1881 DS.getEndLoc(), Exprs, T.getOpenLocation()); in ParseCXXTypeConstructExpression()
1907 return Actions.ActOnCXXTypeConstructExpr(TypeRep, T.getOpenLocation(), in ParseCXXTypeConstructExpression()
2542 SymbolLocations[SymbolIdx++] = T.getOpenLocation(); in ParseUnqualifiedIdOperator()
[all …]
H A DParseExpr.cpp1691 Res = Actions.ActOnNoexceptExpr(KeyLoc, T.getOpenLocation(), Res.get(), in ParseCastExpression()
1899 Loc = T.getOpenLocation(); in ParsePostfixExpressionSuffix()
2010 Loc = PT.getOpenLocation(); in ParsePostfixExpressionSuffix()
2017 getCurScope(), LHS.get(), ArgExprs, PT.getOpenLocation()); in ParsePostfixExpressionSuffix()
2357 LParenLoc = T.getOpenLocation(); in ParseUnaryExprOrTypeTraitExpression()
2553 Comps.back().LocStart = ST.getOpenLocation(); in ParseBuiltinPrimaryExpression()
2772 SourceLocation OpenLoc = T.getOpenLocation(); in ParseParenExpression()
3298 return Actions.ActOnCXXFoldExpr(getCurScope(), T.getOpenLocation(), LHS.get(), in ParseFoldExpression()
H A DParseOpenMP.cpp469 SourceLocation LParLoc = T.getOpenLocation(); in ParseOpenMPReductionInitializerForDecl()
495 Actions.ActOnParenListExpr(T.getOpenLocation(), RLoc, Exprs); in ParseOpenMPReductionInitializerForDecl()
2696 ValExprs, ClauseNameLoc, T.getOpenLocation(), T.getCloseLocation()); in ParseOpenMPSizesClause()
2729 D.LParenLoc = T.getOpenLocation(); in ParseOpenMPUsesAllocatorClause()
2739 return Actions.ActOnOpenMPUsesAllocatorClause(Loc, T.getOpenLocation(), in ParseOpenMPUsesAllocatorClause()
3189 IsTargetSync, Loc, T.getOpenLocation(), in ParseOpenMPInteropClause()
3193 T.getOpenLocation(), VarLoc, RLoc); in ParseOpenMPInteropClause()
3197 T.getOpenLocation(), VarLoc, RLoc); in ParseOpenMPInteropClause()
3446 Kind, Arg, Val.get(), Loc, T.getOpenLocation(), KLoc, DelimLoc, RLoc); in ParseOpenMPSingleExprWithArgClause()
3620 SourceLocation LLoc = T.getOpenLocation(); in ParseOpenMPIteratorsExpr()
[all …]
H A DParseDeclCXX.cpp149 Diag(T.getOpenLocation(), diag::err_namespace_nonnamespace_scope); in ParseNamespace()
217 T.getOpenLocation(), attrs, ImplicitUsingDirectiveDecl); in ParseNamespace()
264 Tracker.getOpenLocation(), attrs, ImplicitUsingDirectiveDecl); in ParseInnerNamespace()
983 return T.getOpenLocation() == Tok.getLocation() ? in ParseDecltypeSpecifier()
984 StartLoc : T.getOpenLocation(); in ParseDecltypeSpecifier()
3379 T.getOpenLocation()); in ParseCXXMemberSpecification()
3411 T.getOpenLocation(), in ParseCXXMemberSpecification()
3626 T.getOpenLocation()); in ParseMemInitializer()
3650 T.getOpenLocation(), ArgExprs, in ParseMemInitializer()
H A DParseStmt.cpp1164 return Actions.ActOnCompoundStmt(T.getOpenLocation(), CloseLoc, in ParseCompoundStatementBody()
1218 *LParenLoc = T.getOpenLocation(); in ParseParenExprOrCondition()
1726 return Actions.ActOnDoStmt(DoLoc, Body.get(), WhileLoc, T.getOpenLocation(), in ParseDoStatement()
2111 return Actions.ActOnForStmt(ForLoc, T.getOpenLocation(), FirstPart.get(), in ParseForStatement()
H A DParseDecl.cpp2393 ThisDecl->getLocation(), Exprs, T.getOpenLocation()); in ParseDeclarationAfterDeclaratorAndAttributes()
2413 ThisDecl->getLocation(), Exprs, T.getOpenLocation()); in ParseDeclarationAfterDeclaratorAndAttributes()
2427 ExprResult Initializer = Actions.ActOnParenListExpr(T.getOpenLocation(), in ParseDeclarationAfterDeclaratorAndAttributes()
2847 ExprResult ArgExpr = ParseAlignArgument(T.getOpenLocation(), EllipsisLoc); in ParseAlignmentSpecifier()
4372 T.getOpenLocation(), T.getCloseLocation(), attrs); in ParseStructUnionBody()
6309 return D.setDecompositionBindings(T.getOpenLocation(), Bindings, in ParseDecompositionDeclarator()
6395 DeclaratorChunk::getParen(T.getOpenLocation(), T.getCloseLocation()), in ParseParenDeclarator()
6521 LParenLoc = Tracker.getOpenLocation(); in ParseFunctionDeclarator()
7031 T.getOpenLocation(), in ParseBracketDeclarator()
7047 T.getOpenLocation(), in ParseBracketDeclarator()
[all …]
H A DParseObjc.cpp1880 T.getOpenLocation(), T.getCloseLocation(), in HelperActionsForIvarDeclarations()
3404 SourceLocation LPLoc = T.getOpenLocation(), RPLoc = T.getCloseLocation(); in ParseObjCBoxedExpr()
3541 return Actions.ParseObjCEncodeExpression(AtLoc, EncLoc, T.getOpenLocation(), in ParseObjCEncodeExpression()
3566 T.getOpenLocation(), ProtoIdLoc, in ParseObjCProtocolExpression()
3632 T.getOpenLocation(), in ParseObjCSelectorExpression()
/netbsd-src/external/apache2/llvm/dist/clang/include/clang/Parse/
H A DRAIIObjectsForParser.h427 SourceLocation getOpenLocation() const { return LOpen; } in getOpenLocation() function