Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/lib/Parse/
H A DParseInit.cpp200 SourceLocation StartLoc = T.getOpenLocation(); in ParseInitializerWithPotentialDesignator()
416 SourceLocation LBraceLoc = T.getOpenLocation(); in ParseBraceInitializer()
438 QualType LikelyType = PreferredType.get(T.getOpenLocation()); in ParseBraceInitializer()
445 LikelyType->getCanonicalTypeInternal(), T.getOpenLocation(), in ParseBraceInitializer()
446 InitExprs, T.getOpenLocation(), /*Braced=*/true); in ParseBraceInitializer()
550 PreferredType.get(Braces.getOpenLocation()), in ParseMicrosoftIfExistsBraceInitializer()
H A DParseExprCXX.cpp644 EllipsisLoc, T.getOpenLocation(), in ParseCXXPackIndexingExpression()
768 Intro.Range.setBegin(T.getOpenLocation()); in ParseLambdaIntroducer()
928 Init = Actions.ActOnParenListExpr(Parens.getOpenLocation(), in ParseLambdaIntroducer()
1324 LParenLoc = T.getOpenLocation(); in ParseLambdaExpressionAfterIntroducer()
1549 T.getOpenLocation(), Result.get(), in ParseCXXCasts()
1565 LParenLoc = T.getOpenLocation(); in ParseCXXTypeid()
1638 Result = Actions.ActOnCXXUuidof(OpLoc, T.getOpenLocation(), /*isType=*/true, in ParseCXXUuidof()
1652 Result = Actions.ActOnCXXUuidof(OpLoc, T.getOpenLocation(), in ParseCXXUuidof()
1820 Exprs, T.getOpenLocation(), /*Braced=*/false); in ParseCXXTypeConstructExpression()
1844 return Actions.ActOnCXXTypeConstructExpr(TypeRep, T.getOpenLocation(), in ParseCXXTypeConstructExpression()
[all …]
H A DParseExpr.cpp1489 Res = Actions.ActOnNoexceptExpr(KeyLoc, T.getOpenLocation(), Res.get(), in ParseCastExpression()
1690 Loc = T.getOpenLocation(); in ParsePostfixExpressionSuffix()
1838 Loc = PT.getOpenLocation(); in ParsePostfixExpressionSuffix()
1845 LHS.get(), ArgExprs, PT.getOpenLocation()); in ParsePostfixExpressionSuffix()
2185 OpLoc, T.getOpenLocation(), T.getCloseLocation(), Ty.get()); in ParseSYCLUniqueStableNameExpression()
2206 LParenLoc = T.getOpenLocation(); in ParseUnaryExprOrTypeTraitExpression()
2418 Comps.back().LocStart = ST.getOpenLocation(); in ParseBuiltinPrimaryExpression()
2620 SourceLocation OpenLoc = T.getOpenLocation(); in ParseParenExpression()
3137 return Actions.ActOnCXXFoldExpr(getCurScope(), T.getOpenLocation(), LHS.get(), in ParseFoldExpression()
H A DParseOpenACC.cpp1003 ParsedClause.setLParenLoc(Parens.getOpenLocation()); in ParseOpenACCClauseParams()
1183 ParsedClause.setLParenLoc(Parens.getOpenLocation()); in ParseOpenACCClauseParams()
1515 Diag(T.getOpenLocation(), diag::err_acc_invalid_open_paren); in ParseOpenACCDirective()
1559 T.getOpenLocation(), in ParseOpenACCDirective()
H A DParseOpenMP.cpp358 SourceLocation LParLoc = T.getOpenLocation(); in ParseOpenMPReductionInitializerForDecl()
382 Actions.ActOnParenListExpr(T.getOpenLocation(), RLoc, Exprs); in ParseOpenMPReductionInitializerForDecl()
2989 D.LParenLoc = T.getOpenLocation(); in ParseOpenMPUsesAllocatorClause()
3000 Loc, T.getOpenLocation(), T.getCloseLocation(), Data); in ParseOpenMPUsesAllocatorClause()
3567 InteropVarExpr.get(), InteropInfo, Loc, T.getOpenLocation(), VarLoc, in ParseOpenMPInteropClause()
3571 InteropVarExpr.get(), Loc, T.getOpenLocation(), VarLoc, RLoc); in ParseOpenMPInteropClause()
3575 InteropVarExpr.get(), Loc, T.getOpenLocation(), VarLoc, RLoc); in ParseOpenMPInteropClause()
3634 Attrs, Loc, T.getOpenLocation(), T.getCloseLocation()); in ParseOpenMPOMPXAttributesClause()
3938 Kind, Arg, Val.get(), Loc, T.getOpenLocation(), KLoc, DelimLoc, RLoc); in ParseOpenMPSingleExprWithArgClause()
4168 SourceLocation LLoc = T.getOpenLocation(); in ParseOpenMPIteratorsExpr()
[all …]
H A DParseHLSL.cpp77 T.getOpenLocation()); in ParseHLSLBuffer()
H A DParseDeclCXX.cpp138 Diag(T.getOpenLocation(), diag::err_namespace_nonnamespace_scope); in ParseNamespace()
207 T.getOpenLocation(), attrs, ImplicitUsingDirectiveDecl, false); in ParseNamespace()
254 Tracker.getOpenLocation(), attrs, ImplicitUsingDirectiveDecl, true); in ParseInnerNamespace()
1054 return T.getOpenLocation() == Tok.getLocation() ? StartLoc in ParseDecltypeSpecifier()
1055 : T.getOpenLocation(); in ParseDecltypeSpecifier()
3740 TriviallyRelocatable, Replaceable, T.getOpenLocation()); in ParseCXXMemberSpecification()
3773 T.getOpenLocation(), in ParseCXXMemberSpecification()
3958 T.getOpenLocation(), /*Braced=*/false); in ParseMemInitializer()
3981 T.getOpenLocation(), ArgExprs, T.getCloseLocation(), EllipsisLoc); in ParseMemInitializer()
H A DParseStmt.cpp1241 return Actions.ActOnCompoundStmt(T.getOpenLocation(), CloseLoc, in ParseCompoundStatementBody()
1290 LParenLoc = T.getOpenLocation(); in ParseParenExprOrCondition()
1855 return Actions.ActOnDoStmt(DoLoc, Body.get(), WhileLoc, T.getOpenLocation(), in ParseDoStatement()
2257 return Actions.ActOnForStmt(ForLoc, T.getOpenLocation(), FirstPart.get(), in ParseForStatement()
H A DParseObjc.cpp1694 T.getOpenLocation(), T.getCloseLocation(), in HelperActionsForIvarDeclarations()
3054 SourceLocation LPLoc = T.getOpenLocation(), RPLoc = T.getCloseLocation(); in ParseObjCBoxedExpr()
3175 AtLoc, EncLoc, T.getOpenLocation(), Ty.get(), T.getCloseLocation()); in ParseObjCEncodeExpression()
3197 protocolId, AtLoc, ProtoLoc, T.getOpenLocation(), ProtoIdLoc, in ParseObjCProtocolExpression()
3262 Sel, AtLoc, SelectorLoc, T.getOpenLocation(), T.getCloseLocation(), in ParseObjCSelectorExpression()
H A DParseDecl.cpp2655 ThisDecl->getLocation(), Exprs, T.getOpenLocation(), in ParseDeclarationAfterDeclaratorAndAttributes()
2679 ThisDecl->getLocation(), Exprs, T.getOpenLocation(), in ParseDeclarationAfterDeclaratorAndAttributes()
2689 ExprResult Initializer = Actions.ActOnParenListExpr(T.getOpenLocation(), in ParseDeclarationAfterDeclaratorAndAttributes()
3114 ParseAlignArgument(PP.getSpelling(KWTok), T.getOpenLocation(), in ParseAlignmentSpecifier()
4965 T.getOpenLocation(), T.getCloseLocation(), attrs); in ParseStructUnionBody()
7004 return D.setDecompositionBindings(T.getOpenLocation(), Bindings, in ParseDecompositionDeclarator()
7081 DeclaratorChunk::getParen(T.getOpenLocation(), T.getCloseLocation()), in ParseParenDeclarator()
7187 LParenLoc = Tracker.getOpenLocation(); in ParseFunctionDeclarator()
7725 T.getOpenLocation(), in ParseBracketDeclarator()
7741 T.getOpenLocation(), in ParseBracketDeclarator()
[all …]
/freebsd/contrib/llvm-project/clang/include/clang/Parse/
H A DRAIIObjectsForParser.h462 SourceLocation getOpenLocation() const { return LOpen; } in getOpenLocation() function