| /freebsd/contrib/llvm-project/clang/lib/Parse/ |
| H A D | ParseInit.cpp | 248 SourceLocation StartLoc = T.getOpenLocation(); in ParseInitializerWithPotentialDesignator() 476 SourceLocation LBraceLoc = T.getOpenLocation(); in ParseBraceInitializer() 498 QualType LikelyType = PreferredType.get(T.getOpenLocation()); in ParseBraceInitializer() 505 LikelyType->getCanonicalTypeInternal(), T.getOpenLocation(), in ParseBraceInitializer() 506 InitExprs, T.getOpenLocation(), /*Braced=*/true); in ParseBraceInitializer() 615 PreferredType.get(Braces.getOpenLocation()), in ParseMicrosoftIfExistsBraceInitializer()
|
| H A D | ParseExprCXX.cpp | 683 EllipsisLoc, T.getOpenLocation(), in ParseCXXPackIndexingExpression() 907 Intro.Range.setBegin(T.getOpenLocation()); in ParseLambdaIntroducer() 1067 Init = Actions.ActOnParenListExpr(Parens.getOpenLocation(), in ParseLambdaIntroducer() 1464 LParenLoc = T.getOpenLocation(); in ParseLambdaExpressionAfterIntroducer() 1701 T.getOpenLocation(), Result.get(), in ParseCXXCasts() 1723 LParenLoc = T.getOpenLocation(); in ParseCXXTypeid() 1801 Result = Actions.ActOnCXXUuidof(OpLoc, T.getOpenLocation(), /*isType=*/true, in ParseCXXUuidof() 1815 Result = Actions.ActOnCXXUuidof(OpLoc, T.getOpenLocation(), in ParseCXXUuidof() 2045 Exprs, T.getOpenLocation(), /*Braced=*/false); in ParseCXXTypeConstructExpression() 2069 return Actions.ActOnCXXTypeConstructExpr(TypeRep, T.getOpenLocation(), in ParseCXXTypeConstructExpression() [all …]
|
| H A D | ParseExpr.cpp | 1812 Res = Actions.ActOnNoexceptExpr(KeyLoc, T.getOpenLocation(), Res.get(), in ParseCastExpression() 2035 Loc = T.getOpenLocation(); in ParsePostfixExpressionSuffix() 2190 Loc = PT.getOpenLocation(); in ParsePostfixExpressionSuffix() 2197 LHS.get(), ArgExprs, PT.getOpenLocation()); in ParsePostfixExpressionSuffix() 2543 OpLoc, T.getOpenLocation(), T.getCloseLocation(), Ty.get()); in ParseSYCLUniqueStableNameExpression() 2578 LParenLoc = T.getOpenLocation(); in ParseUnaryExprOrTypeTraitExpression() 2805 Comps.back().LocStart = ST.getOpenLocation(); in ParseBuiltinPrimaryExpression() 3033 SourceLocation OpenLoc = T.getOpenLocation(); in ParseParenExpression() 3599 return Actions.ActOnCXXFoldExpr(getCurScope(), T.getOpenLocation(), LHS.get(), in ParseFoldExpression()
|
| H A D | ParseOpenMP.cpp | 487 SourceLocation LParLoc = T.getOpenLocation(); in ParseOpenMPReductionInitializerForDecl() 511 Actions.ActOnParenListExpr(T.getOpenLocation(), RLoc, Exprs); in ParseOpenMPReductionInitializerForDecl() 3045 D.LParenLoc = T.getOpenLocation(); in ParseOpenMPUsesAllocatorClause() 3056 Loc, T.getOpenLocation(), T.getCloseLocation(), Data); in ParseOpenMPUsesAllocatorClause() 3609 InteropVarExpr.get(), InteropInfo, Loc, T.getOpenLocation(), VarLoc, in ParseOpenMPInteropClause() 3613 InteropVarExpr.get(), Loc, T.getOpenLocation(), VarLoc, RLoc); in ParseOpenMPInteropClause() 3617 InteropVarExpr.get(), Loc, T.getOpenLocation(), VarLoc, RLoc); in ParseOpenMPInteropClause() 3676 Attrs, Loc, T.getOpenLocation(), T.getCloseLocation()); in ParseOpenMPOMPXAttributesClause() 4006 Kind, Arg, Val.get(), Loc, T.getOpenLocation(), KLoc, DelimLoc, RLoc); in ParseOpenMPSingleExprWithArgClause() 4229 SourceLocation LLoc = T.getOpenLocation(); in ParseOpenMPIteratorsExpr() [all …]
|
| H A D | ParseHLSL.cpp | 77 T.getOpenLocation()); in ParseHLSLBuffer()
|
| H A D | ParseOpenACC.cpp | 882 ParsedClause.setLParenLoc(Parens.getOpenLocation()); in ParseOpenACCClauseParams() 1061 ParsedClause.setLParenLoc(Parens.getOpenLocation()); in ParseOpenACCClauseParams() 1375 Diag(T.getOpenLocation(), diag::err_acc_invalid_open_paren); in ParseOpenACCDirective()
|
| H A D | ParseDeclCXX.cpp | 173 Diag(T.getOpenLocation(), diag::err_namespace_nonnamespace_scope); in ParseNamespace() 242 T.getOpenLocation(), attrs, ImplicitUsingDirectiveDecl, false); in ParseNamespace() 290 Tracker.getOpenLocation(), attrs, ImplicitUsingDirectiveDecl, true); in ParseInnerNamespace() 1149 return T.getOpenLocation() == Tok.getLocation() ? StartLoc in ParseDecltypeSpecifier() 1150 : T.getOpenLocation(); in ParseDecltypeSpecifier() 3818 T.getOpenLocation()); in ParseCXXMemberSpecification() 3851 T.getOpenLocation(), in ParseCXXMemberSpecification() 4069 T.getOpenLocation(), /*Braced=*/false); in ParseMemInitializer() 4092 T.getOpenLocation(), ArgExprs, T.getCloseLocation(), EllipsisLoc); in ParseMemInitializer()
|
| H A D | ParseStmt.cpp | 1320 return Actions.ActOnCompoundStmt(T.getOpenLocation(), CloseLoc, in ParseCompoundStatementBody() 1383 LParenLoc = T.getOpenLocation(); in ParseParenExprOrCondition() 1958 return Actions.ActOnDoStmt(DoLoc, Body.get(), WhileLoc, T.getOpenLocation(), in ParseDoStatement() 2368 return Actions.ActOnForStmt(ForLoc, T.getOpenLocation(), FirstPart.get(), in ParseForStatement()
|
| H A D | ParseDecl.cpp | 2842 ThisDecl->getLocation(), Exprs, T.getOpenLocation(), in ParseDeclarationAfterDeclaratorAndAttributes() 2866 ThisDecl->getLocation(), Exprs, T.getOpenLocation(), in ParseDeclarationAfterDeclaratorAndAttributes() 2876 ExprResult Initializer = Actions.ActOnParenListExpr(T.getOpenLocation(), in ParseDeclarationAfterDeclaratorAndAttributes() 3334 ParseAlignArgument(PP.getSpelling(KWTok), T.getOpenLocation(), in ParseAlignmentSpecifier() 5199 T.getOpenLocation(), T.getCloseLocation(), attrs); in ParseStructUnionBody() 7313 return D.setDecompositionBindings(T.getOpenLocation(), Bindings, in ParseDecompositionDeclarator() 7400 DeclaratorChunk::getParen(T.getOpenLocation(), T.getCloseLocation()), in ParseParenDeclarator() 7526 LParenLoc = Tracker.getOpenLocation(); in ParseFunctionDeclarator() 8114 T.getOpenLocation(), in ParseBracketDeclarator() 8130 T.getOpenLocation(), in ParseBracketDeclarator() [all …]
|
| H A D | ParseObjc.cpp | 1923 T.getOpenLocation(), T.getCloseLocation(), in HelperActionsForIvarDeclarations() 3471 SourceLocation LPLoc = T.getOpenLocation(), RPLoc = T.getCloseLocation(); in ParseObjCBoxedExpr() 3608 AtLoc, EncLoc, T.getOpenLocation(), Ty.get(), T.getCloseLocation()); in ParseObjCEncodeExpression() 3632 protocolId, AtLoc, ProtoLoc, T.getOpenLocation(), ProtoIdLoc, in ParseObjCProtocolExpression() 3699 Sel, AtLoc, SelectorLoc, T.getOpenLocation(), T.getCloseLocation(), in ParseObjCSelectorExpression()
|
| /freebsd/contrib/llvm-project/clang/include/clang/Parse/ |
| H A D | RAIIObjectsForParser.h | 462 SourceLocation getOpenLocation() const { return LOpen; } in getOpenLocation() function
|