| /freebsd-14.2/contrib/llvm-project/clang/lib/Parse/ |
| H A D | ParseInit.cpp | 245 SourceLocation StartLoc = T.getOpenLocation(); in ParseInitializerWithPotentialDesignator() 445 SourceLocation LBraceLoc = T.getOpenLocation(); in ParseBraceInitializer() 467 QualType LikelyType = PreferredType.get(T.getOpenLocation()); in ParseBraceInitializer() 474 LikelyType->getCanonicalTypeInternal(), T.getOpenLocation(), in ParseBraceInitializer() 475 InitExprs, T.getOpenLocation(), /*Braced=*/true); in ParseBraceInitializer() 582 PreferredType.get(Braces.getOpenLocation()), in ParseMicrosoftIfExistsBraceInitializer()
|
| H A D | ParseExprCXX.cpp | 836 Intro.Range.setBegin(T.getOpenLocation()); in ParseLambdaIntroducer() 1379 LParenLoc = T.getOpenLocation(); in ParseLambdaExpressionAfterIntroducer() 1635 LParenLoc = T.getOpenLocation(); in ParseCXXTypeid() 1727 Result = Actions.ActOnCXXUuidof(OpLoc, T.getOpenLocation(), in ParseCXXUuidof() 1947 T.getOpenLocation(), /*Braced=*/false); in ParseCXXTypeConstructExpression() 2654 SymbolLocations[SymbolIdx++] = T.getOpenLocation(); in ParseUnqualifiedIdOperator() 2679 SymbolLocations[SymbolIdx++] = T.getOpenLocation(); in ParseUnqualifiedIdOperator() 2693 SymbolLocations[SymbolIdx++] = T.getOpenLocation(); in ParseUnqualifiedIdOperator() 3189 PlacementLParen = T.getOpenLocation(); in ParseCXXNewExpression() 3252 ConstructorLParen = T.getOpenLocation(); in ParseCXXNewExpression() [all …]
|
| H A D | ParseHLSL.cpp | 76 T.getOpenLocation()); in ParseHLSLBuffer()
|
| H A D | ParseExpr.cpp | 1748 Res = Actions.ActOnNoexceptExpr(KeyLoc, T.getOpenLocation(), Res.get(), in ParseCastExpression() 1968 Loc = T.getOpenLocation(); in ParsePostfixExpressionSuffix() 2117 Loc = PT.getOpenLocation(); in ParsePostfixExpressionSuffix() 2123 LHS.get(), ArgExprs, PT.getOpenLocation()); in ParsePostfixExpressionSuffix() 2468 return Actions.ActOnSYCLUniqueStableNameExpr(OpLoc, T.getOpenLocation(), in ParseSYCLUniqueStableNameExpression() 2504 LParenLoc = T.getOpenLocation(); in ParseUnaryExprOrTypeTraitExpression() 2731 Comps.back().LocStart = ST.getOpenLocation(); in ParseBuiltinPrimaryExpression() 2959 SourceLocation OpenLoc = T.getOpenLocation(); in ParseParenExpression() 3524 return Actions.ActOnCXXFoldExpr(getCurScope(), T.getOpenLocation(), LHS.get(), in ParseFoldExpression()
|
| H A D | ParseOpenMP.cpp | 481 SourceLocation LParLoc = T.getOpenLocation(); in ParseOpenMPReductionInitializerForDecl() 504 Actions.ActOnParenListExpr(T.getOpenLocation(), RLoc, Exprs); in ParseOpenMPReductionInitializerForDecl() 3101 ValExprs, ClauseNameLoc, T.getOpenLocation(), T.getCloseLocation()); in ParseOpenMPSizesClause() 3141 D.LParenLoc = T.getOpenLocation(); in ParseOpenMPUsesAllocatorClause() 3151 return Actions.ActOnOpenMPUsesAllocatorClause(Loc, T.getOpenLocation(), in ParseOpenMPUsesAllocatorClause() 3703 T.getOpenLocation(), VarLoc, RLoc); in ParseOpenMPInteropClause() 3706 T.getOpenLocation(), VarLoc, RLoc); in ParseOpenMPInteropClause() 3768 return Actions.ActOnOpenMPXAttributeClause(Attrs, Loc, T.getOpenLocation(), in ParseOpenMPOMPXAttributesClause() 4100 Kind, Arg, Val.get(), Loc, T.getOpenLocation(), KLoc, DelimLoc, RLoc); in ParseOpenMPSingleExprWithArgClause() 4286 SourceLocation LLoc = T.getOpenLocation(); in ParseOpenMPIteratorsExpr() [all …]
|
| H A D | ParseDeclCXX.cpp | 164 Diag(T.getOpenLocation(), diag::err_namespace_nonnamespace_scope); in ParseNamespace() 233 T.getOpenLocation(), attrs, ImplicitUsingDirectiveDecl, false); in ParseNamespace() 281 Tracker.getOpenLocation(), attrs, ImplicitUsingDirectiveDecl, true); in ParseInnerNamespace() 1094 return T.getOpenLocation() == Tok.getLocation() ? StartLoc in ParseDecltypeSpecifier() 1095 : T.getOpenLocation(); in ParseDecltypeSpecifier() 3637 T.getOpenLocation()); in ParseCXXMemberSpecification() 3670 T.getOpenLocation(), in ParseCXXMemberSpecification() 3883 T.getOpenLocation(), /*Braced=*/false); in ParseMemInitializer() 3906 T.getOpenLocation(), ArgExprs, T.getCloseLocation(), EllipsisLoc); in ParseMemInitializer()
|
| H A D | ParseStmt.cpp | 1308 return Actions.ActOnCompoundStmt(T.getOpenLocation(), CloseLoc, in ParseCompoundStatementBody() 1371 LParenLoc = T.getOpenLocation(); in ParseParenExprOrCondition() 1943 return Actions.ActOnDoStmt(DoLoc, Body.get(), WhileLoc, T.getOpenLocation(), in ParseDoStatement() 2353 return Actions.ActOnForStmt(ForLoc, T.getOpenLocation(), FirstPart.get(), in ParseForStatement()
|
| H A D | ParseDecl.cpp | 2647 ThisDecl->getLocation(), Exprs, T.getOpenLocation(), in ParseDeclarationAfterDeclaratorAndAttributes() 2673 ThisDecl->getLocation(), Exprs, T.getOpenLocation(), in ParseDeclarationAfterDeclaratorAndAttributes() 2683 ExprResult Initializer = Actions.ActOnParenListExpr(T.getOpenLocation(), in ParseDeclarationAfterDeclaratorAndAttributes() 3142 ParseAlignArgument(PP.getSpelling(KWTok), T.getOpenLocation(), in ParseAlignmentSpecifier() 4816 T.getOpenLocation(), T.getCloseLocation(), attrs); in ParseStructUnionBody() 6883 return D.setDecompositionBindings(T.getOpenLocation(), Bindings, in ParseDecompositionDeclarator() 6970 DeclaratorChunk::getParen(T.getOpenLocation(), T.getCloseLocation()), in ParseParenDeclarator() 7096 LParenLoc = Tracker.getOpenLocation(); in ParseFunctionDeclarator() 7662 T.getOpenLocation(), in ParseBracketDeclarator() 7678 T.getOpenLocation(), in ParseBracketDeclarator() [all …]
|
| H A D | ParseObjc.cpp | 1933 T.getOpenLocation(), T.getCloseLocation(), in HelperActionsForIvarDeclarations() 3472 SourceLocation LPLoc = T.getOpenLocation(), RPLoc = T.getCloseLocation(); in ParseObjCBoxedExpr() 3608 return Actions.ParseObjCEncodeExpression(AtLoc, EncLoc, T.getOpenLocation(), in ParseObjCEncodeExpression() 3633 T.getOpenLocation(), ProtoIdLoc, in ParseObjCProtocolExpression() 3699 T.getOpenLocation(), in ParseObjCSelectorExpression()
|
| H A D | ParseOpenACC.cpp | 977 Diag(T.getOpenLocation(), diag::err_acc_invalid_open_paren); in ParseOpenACCDirective()
|
| /freebsd-14.2/contrib/llvm-project/clang/include/clang/Parse/ |
| H A D | RAIIObjectsForParser.h | 462 SourceLocation getOpenLocation() const { return LOpen; } in getOpenLocation() function
|