Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/tools/clang/lib/Parse/
H A DParseExprCXX.cpp754 Intro.Range.setBegin(T.getOpenLocation()); in ParseLambdaIntroducer()
1134 SourceLocation LParenLoc = T.getOpenLocation(); in ParseLambdaExpressionAfterIntroducer()
1394 LParenLoc = T.getOpenLocation(); in ParseCXXTypeid()
1683 DS.getEndLoc(), Exprs, T.getOpenLocation()); in ParseCXXTypeConstructExpression()
1690 DS.getEndLoc(), Exprs, T.getOpenLocation()); in ParseCXXTypeConstructExpression()
2283 SymbolLocations[SymbolIdx++] = T.getOpenLocation(); in ParseUnqualifiedIdOperator()
2308 SymbolLocations[SymbolIdx++] = T.getOpenLocation(); in ParseUnqualifiedIdOperator()
2322 SymbolLocations[SymbolIdx++] = T.getOpenLocation(); in ParseUnqualifiedIdOperator()
2773 PlacementLParen = T.getOpenLocation(); in ParseCXXNewExpression()
2836 ConstructorLParen = T.getOpenLocation(); in ParseCXXNewExpression()
[all …]
H A DParseInit.cpp204 SourceLocation StartLoc = T.getOpenLocation(); in ParseInitializerWithPotentialDesignator()
393 SourceLocation LBraceLoc = T.getOpenLocation(); in ParseBraceInitializer()
H A DParseExpr.cpp1401 Result = Actions.ActOnNoexceptExpr(KeyLoc, T.getOpenLocation(), in ParseCastExpression()
1546 Loc = T.getOpenLocation(); in ParsePostfixExpressionSuffix()
1647 Loc = PT.getOpenLocation(); in ParsePostfixExpressionSuffix()
1655 getCurScope(), LHS.get(), None, PT.getOpenLocation()); in ParsePostfixExpressionSuffix()
1666 getCurScope(), LHS.get(), ArgExprs, PT.getOpenLocation()); in ParsePostfixExpressionSuffix()
1677 ArgExprs, PT.getOpenLocation()); in ParsePostfixExpressionSuffix()
1973 LParenLoc = T.getOpenLocation(); in ParseUnaryExprOrTypeTraitExpression()
2165 Comps.back().LocStart = ST.getOpenLocation(); in ParseBuiltinPrimaryExpression()
2328 SourceLocation OpenLoc = T.getOpenLocation(); in ParseParenExpression()
2814 return Actions.ActOnCXXFoldExpr(T.getOpenLocation(), LHS.get(), Kind, in ParseFoldExpression()
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()
947 return T.getOpenLocation() == Tok.getLocation() ? in ParseDecltypeSpecifier()
948 StartLoc : T.getOpenLocation(); in ParseDecltypeSpecifier()
3251 T.getOpenLocation()); in ParseCXXMemberSpecification()
3282 T.getOpenLocation(), in ParseCXXMemberSpecification()
3489 T.getOpenLocation()); in ParseMemInitializer()
3496 T.getOpenLocation()); in ParseMemInitializer()
3510 T.getOpenLocation(), ArgExprs, in ParseMemInitializer()
H A DParseDecl.cpp2321 ThisDecl->getLocation(), Exprs, T.getOpenLocation()); in ParseDeclarationAfterDeclaratorAndAttributes()
2338 ThisDecl->getLocation(), Exprs, T.getOpenLocation()); in ParseDeclarationAfterDeclaratorAndAttributes()
2352 ExprResult Initializer = Actions.ActOnParenListExpr(T.getOpenLocation(), in ParseDeclarationAfterDeclaratorAndAttributes()
2759 ExprResult ArgExpr = ParseAlignArgument(T.getOpenLocation(), EllipsisLoc); in ParseAlignmentSpecifier()
4086 T.getOpenLocation(), T.getCloseLocation(), attrs); in ParseStructUnionBody()
5921 return D.setDecompositionBindings(T.getOpenLocation(), Bindings, in ParseDecompositionDeclarator()
6007 DeclaratorChunk::getParen(T.getOpenLocation(), T.getCloseLocation()), in ParseParenDeclarator()
6089 LParenLoc = Tracker.getOpenLocation(); in ParseFunctionDeclarator()
6563 T.getOpenLocation(), in ParseBracketDeclarator()
6579 T.getOpenLocation(), in ParseBracketDeclarator()
[all …]
H A DParseObjc.cpp1866 T.getOpenLocation(), T.getCloseLocation(), in HelperActionsForIvarDeclarations()
3377 SourceLocation LPLoc = T.getOpenLocation(), RPLoc = T.getCloseLocation(); in ParseObjCBoxedExpr()
3514 return Actions.ParseObjCEncodeExpression(AtLoc, EncLoc, T.getOpenLocation(), in ParseObjCEncodeExpression()
3539 T.getOpenLocation(), ProtoIdLoc, in ParseObjCProtocolExpression()
3605 T.getOpenLocation(), in ParseObjCSelectorExpression()
H A DParseStmt.cpp1081 return Actions.ActOnCompoundStmt(T.getOpenLocation(), CloseLoc, in ParseCompoundStatementBody()
1516 return Actions.ActOnDoStmt(DoLoc, Body.get(), WhileLoc, T.getOpenLocation(), in ParseDoStatement()
1880 return Actions.ActOnForStmt(ForLoc, T.getOpenLocation(), FirstPart.get(), in ParseForStatement()
H A DParseOpenMP.cpp424 SourceLocation LParLoc = T.getOpenLocation(); in ParseOpenMPReductionInitializerForDecl()
452 Actions.ActOnParenListExpr(T.getOpenLocation(), RLoc, Exprs); in ParseOpenMPReductionInitializerForDecl()
1728 Kind, Arg, Val.get(), Loc, T.getOpenLocation(), KLoc, DelimLoc, RLoc); in ParseOpenMPSingleExprWithArgClause()
/freebsd-12.1/contrib/llvm/tools/clang/include/clang/Parse/
H A DRAIIObjectsForParser.h409 SourceLocation getOpenLocation() const { return LOpen; } in getOpenLocation() function