| /openbsd-src/gnu/llvm/clang/lib/Parse/ |
| H A D | ParseInit.cpp | 243 SourceLocation StartLoc = T.getOpenLocation(); in ParseInitializerWithPotentialDesignator() 443 SourceLocation LBraceLoc = T.getOpenLocation(); in ParseBraceInitializer() 462 QualType LikelyType = PreferredType.get(T.getOpenLocation()); in ParseBraceInitializer() 469 LikelyType->getCanonicalTypeInternal(), T.getOpenLocation(), in ParseBraceInitializer() 470 InitExprs, T.getOpenLocation(), /*Braced=*/true); in ParseBraceInitializer() 577 PreferredType.get(Braces.getOpenLocation()), in ParseMicrosoftIfExistsBraceInitializer()
|
| H A D | ParseExprCXX.cpp | 835 Intro.Range.setBegin(T.getOpenLocation()); in ParseLambdaIntroducer() 992 Init = Actions.ActOnParenListExpr(Parens.getOpenLocation(), in ParseLambdaIntroducer() 1458 SourceLocation LParenLoc = T.getOpenLocation(); in ParseLambdaExpressionAfterIntroducer() 1603 T.getOpenLocation(), Result.get(), in ParseCXXCasts() 1625 LParenLoc = T.getOpenLocation(); in ParseCXXTypeid() 1703 Result = Actions.ActOnCXXUuidof(OpLoc, T.getOpenLocation(), /*isType=*/true, in ParseCXXUuidof() 1717 Result = Actions.ActOnCXXUuidof(OpLoc, T.getOpenLocation(), in ParseCXXUuidof() 1937 T.getOpenLocation(), /*Braced=*/false); in ParseCXXTypeConstructExpression() 1961 return Actions.ActOnCXXTypeConstructExpr(TypeRep, T.getOpenLocation(), in ParseCXXTypeConstructExpression() 2637 SymbolLocations[SymbolIdx++] = T.getOpenLocation(); in ParseUnqualifiedIdOperator() [all …]
|
| H A D | ParseHLSL.cpp | 76 T.getOpenLocation()); in ParseHLSLBuffer()
|
| H A D | ParseExpr.cpp | 1717 Res = Actions.ActOnNoexceptExpr(KeyLoc, T.getOpenLocation(), Res.get(), in ParseCastExpression() 1937 Loc = T.getOpenLocation(); in ParsePostfixExpressionSuffix() 2068 Loc = PT.getOpenLocation(); in ParsePostfixExpressionSuffix() 2074 LHS.get(), ArgExprs, PT.getOpenLocation()); in ParsePostfixExpressionSuffix() 2416 return Actions.ActOnSYCLUniqueStableNameExpr(OpLoc, T.getOpenLocation(), in ParseSYCLUniqueStableNameExpression() 2449 LParenLoc = T.getOpenLocation(); in ParseUnaryExprOrTypeTraitExpression() 2656 Comps.back().LocStart = ST.getOpenLocation(); in ParseBuiltinPrimaryExpression() 2878 SourceLocation OpenLoc = T.getOpenLocation(); in ParseParenExpression() 3404 return Actions.ActOnCXXFoldExpr(getCurScope(), T.getOpenLocation(), LHS.get(), in ParseFoldExpression()
|
| H A D | ParseOpenMP.cpp | 480 SourceLocation LParLoc = T.getOpenLocation(); in ParseOpenMPReductionInitializerForDecl() 503 Actions.ActOnParenListExpr(T.getOpenLocation(), RLoc, Exprs); in ParseOpenMPReductionInitializerForDecl() 3092 ValExprs, ClauseNameLoc, T.getOpenLocation(), T.getCloseLocation()); in ParseOpenMPSizesClause() 3127 D.LParenLoc = T.getOpenLocation(); in ParseOpenMPUsesAllocatorClause() 3137 return Actions.ActOnOpenMPUsesAllocatorClause(Loc, T.getOpenLocation(), in ParseOpenMPUsesAllocatorClause() 3669 T.getOpenLocation(), VarLoc, RLoc); in ParseOpenMPInteropClause() 3672 T.getOpenLocation(), VarLoc, RLoc); in ParseOpenMPInteropClause() 3676 T.getOpenLocation(), VarLoc, RLoc); in ParseOpenMPInteropClause() 4009 Kind, Arg, Val.get(), Loc, T.getOpenLocation(), KLoc, DelimLoc, RLoc); in ParseOpenMPSingleExprWithArgClause() 4186 SourceLocation LLoc = T.getOpenLocation(); in ParseOpenMPIteratorsExpr() [all …]
|
| H A D | ParseDeclCXX.cpp | 162 Diag(T.getOpenLocation(), diag::err_namespace_nonnamespace_scope); in ParseNamespace() 231 T.getOpenLocation(), attrs, ImplicitUsingDirectiveDecl, false); in ParseNamespace() 279 Tracker.getOpenLocation(), attrs, ImplicitUsingDirectiveDecl, true); in ParseInnerNamespace() 1078 return T.getOpenLocation() == Tok.getLocation() ? StartLoc in ParseDecltypeSpecifier() 1079 : T.getOpenLocation(); in ParseDecltypeSpecifier() 3577 T.getOpenLocation()); in ParseCXXMemberSpecification() 3610 T.getOpenLocation(), in ParseCXXMemberSpecification() 3823 T.getOpenLocation(), /*Braced=*/false); in ParseMemInitializer() 3846 T.getOpenLocation(), ArgExprs, T.getCloseLocation(), EllipsisLoc); in ParseMemInitializer()
|
| H A D | ParseStmt.cpp | 1258 return Actions.ActOnCompoundStmt(T.getOpenLocation(), CloseLoc, in ParseCompoundStatementBody() 1321 LParenLoc = T.getOpenLocation(); in ParseParenExprOrCondition() 1892 return Actions.ActOnDoStmt(DoLoc, Body.get(), WhileLoc, T.getOpenLocation(), in ParseDoStatement() 2289 return Actions.ActOnForStmt(ForLoc, T.getOpenLocation(), FirstPart.get(), in ParseForStatement()
|
| H A D | ParseDecl.cpp | 2507 ThisDecl->getLocation(), Exprs, T.getOpenLocation(), in ParseDeclarationAfterDeclaratorAndAttributes() 2528 ThisDecl->getLocation(), Exprs, T.getOpenLocation(), in ParseDeclarationAfterDeclaratorAndAttributes() 2539 ExprResult Initializer = Actions.ActOnParenListExpr(T.getOpenLocation(), in ParseDeclarationAfterDeclaratorAndAttributes() 2991 ExprResult ArgExpr = ParseAlignArgument(T.getOpenLocation(), EllipsisLoc); in ParseAlignmentSpecifier() 4630 T.getOpenLocation(), T.getCloseLocation(), attrs); in ParseStructUnionBody() 6651 return D.setDecompositionBindings(T.getOpenLocation(), Bindings, in ParseDecompositionDeclarator() 6738 DeclaratorChunk::getParen(T.getOpenLocation(), T.getCloseLocation()), in ParseParenDeclarator() 6864 LParenLoc = Tracker.getOpenLocation(); in ParseFunctionDeclarator() 7411 T.getOpenLocation(), in ParseBracketDeclarator() 7427 T.getOpenLocation(), in ParseBracketDeclarator() [all …]
|
| H A D | ParseObjc.cpp | 1920 T.getOpenLocation(), T.getCloseLocation(), in HelperActionsForIvarDeclarations() 3459 SourceLocation LPLoc = T.getOpenLocation(), RPLoc = T.getCloseLocation(); in ParseObjCBoxedExpr() 3595 return Actions.ParseObjCEncodeExpression(AtLoc, EncLoc, T.getOpenLocation(), in ParseObjCEncodeExpression() 3620 T.getOpenLocation(), ProtoIdLoc, in ParseObjCProtocolExpression() 3686 T.getOpenLocation(), in ParseObjCSelectorExpression()
|
| /openbsd-src/gnu/llvm/clang/include/clang/Parse/ |
| H A D | RAIIObjectsForParser.h | 443 SourceLocation getOpenLocation() const { return LOpen; } in getOpenLocation() function
|