Home
last modified time | relevance | path

Searched refs:DefaultLoc (Results 1 – 14 of 14) sorted by relevance

/freebsd-14.2/contrib/llvm-project/clang/lib/AST/
H A DExpr.cpp4306 SourceLocation DefaultLoc, SourceLocation RParenLoc, in GenericSelectionExpr() argument
4312 IsExprPredicate(true), DefaultLoc(DefaultLoc), RParenLoc(RParenLoc) { in GenericSelectionExpr()
4333 ArrayRef<Expr *> AssocExprs, SourceLocation DefaultLoc, in GenericSelectionExpr() argument
4340 IsExprPredicate(false), DefaultLoc(DefaultLoc), RParenLoc(RParenLoc) { in GenericSelectionExpr()
4361 SourceLocation DefaultLoc, SourceLocation RParenLoc, in GenericSelectionExpr() argument
4366 IsExprPredicate(true), DefaultLoc(DefaultLoc), RParenLoc(RParenLoc) { in GenericSelectionExpr()
4386 ArrayRef<Expr *> AssocExprs, SourceLocation DefaultLoc, in GenericSelectionExpr() argument
4391 IsExprPredicate(false), DefaultLoc(DefaultLoc), RParenLoc(RParenLoc) { in GenericSelectionExpr()
4414 SourceLocation DefaultLoc, SourceLocation RParenLoc, in Create() argument
4428 SourceLocation DefaultLoc, SourceLocation RParenLoc, in Create() argument
[all …]
/freebsd-14.2/contrib/llvm-project/clang/lib/Sema/
H A DSemaOpenMP.cpp8015 Stack(Stack), DefaultLoc(DefaultLoc), ConditionLoc(DefaultLoc) {} in OpenMPIterationSpaceChecker()
8773 Diff = SemaRef.ActOnParenExpr(DefaultLoc, DefaultLoc, Diff.get()); in calculateNumIters()
8803 SemaRef.ActOnParenExpr(DefaultLoc, DefaultLoc, IS.MinValue); in buildNumIterations()
8823 SemaRef.ActOnParenExpr(DefaultLoc, DefaultLoc, IS.MaxValue); in buildNumIterations()
8889 SemaRef.ActOnParenExpr(DefaultLoc, DefaultLoc, IS.MinValue); in buildNumIterations()
8909 SemaRef.ActOnParenExpr(DefaultLoc, DefaultLoc, IS.MaxValue); in buildNumIterations()
8947 DefaultLoc, DefaultLoc, MinGreaterMax, UBMin, UBMax); in buildNumIterations()
8955 DefaultLoc, DefaultLoc, MinGreaterMax, UBMax, UBMin); in buildNumIterations()
9054 Diff = SemaRef.ActOnParenExpr(DefaultLoc, DefaultLoc, Diff.get()); in buildMinMaxValues()
9066 Diff = SemaRef.ActOnParenExpr(DefaultLoc, DefaultLoc, Diff.get()); in buildMinMaxValues()
[all …]
H A DSemaLambda.cpp1027 LSI->CaptureDefaultLoc = Intro.DefaultLoc; in ActOnLambdaExpressionAfterIntroducer()
1066 Intro.Default == LCD_None ? Intro.Range.getBegin() : Intro.DefaultLoc; in ActOnLambdaExpressionAfterIntroducer()
1301 Diag(Intro.DefaultLoc, diag::err_capture_default_non_local); in ActOnLambdaClosureQualifiers()
H A DSemaDeclCXX.cpp6818 SourceLocation DefaultLoc) { in DefineDefaultedFunction() argument
6825 S.DefineImplicitDefaultConstructor(DefaultLoc, in DefineDefaultedFunction()
7895 DefaultLoc.isValid()) { in CheckExplicitlyDefaultedSpecialMember()
18197 void Sema::SetDeclDefaulted(Decl *Dcl, SourceLocation DefaultLoc) { in SetDeclDefaulted() argument
18205 Diag(DefaultLoc, diag::err_defaulted_comparison_template); in SetDeclDefaulted()
18210 Diag(DefaultLoc, diag::err_default_special_members) in SetDeclDefaulted()
18224 Diag(DefaultLoc, diag::err_default_special_members) in SetDeclDefaulted()
18233 Diag(DefaultLoc, getLangOpts().CPlusPlus20 in SetDeclDefaulted()
18240 FD->setDefaultLoc(DefaultLoc); in SetDeclDefaulted()
18281 DefaultLoc)) in SetDeclDefaulted()
[all …]
H A DSemaStmt.cpp541 Sema::ActOnDefaultStmt(SourceLocation DefaultLoc, SourceLocation ColonLoc, in ActOnDefaultStmt() argument
544 Diag(DefaultLoc, diag::err_default_not_in_switch); in ActOnDefaultStmt()
548 DefaultStmt *DS = new (Context) DefaultStmt(DefaultLoc, ColonLoc, SubStmt); in ActOnDefaultStmt()
H A DTreeTransform.h1362 StmtResult RebuildDefaultStmt(SourceLocation DefaultLoc, in RebuildDefaultStmt() argument
1365 return getSema().ActOnDefaultStmt(DefaultLoc, ColonLoc, SubStmt, in RebuildDefaultStmt()
3057 SourceLocation DefaultLoc, in RebuildGenericSelectionExpr() argument
3062 return getSema().CreateGenericSelectionExpr(KeyLoc, DefaultLoc, RParenLoc, in RebuildGenericSelectionExpr()
3072 SourceLocation DefaultLoc, in RebuildGenericSelectionExpr() argument
3077 return getSema().CreateGenericSelectionExpr(KeyLoc, DefaultLoc, RParenLoc, in RebuildGenericSelectionExpr()
H A DSemaExpr.cpp1637 SourceLocation KeyLoc, SourceLocation DefaultLoc, SourceLocation RParenLoc, in ActOnGenericSelectionExpr() argument
1662 KeyLoc, DefaultLoc, RParenLoc, PredicateIsExpr, ControllingExprOrType, in ActOnGenericSelectionExpr()
1669 SourceLocation KeyLoc, SourceLocation DefaultLoc, SourceLocation RParenLoc, in CreateGenericSelectionExpr() argument
1809 Types, Exprs, DefaultLoc, RParenLoc, in CreateGenericSelectionExpr()
1812 Exprs, DefaultLoc, RParenLoc, in CreateGenericSelectionExpr()
1889 Context, KeyLoc, ControllingExpr, Types, Exprs, DefaultLoc, RParenLoc, in CreateGenericSelectionExpr()
1893 Context, KeyLoc, ControllingType, Types, Exprs, DefaultLoc, RParenLoc, in CreateGenericSelectionExpr()
/freebsd-14.2/contrib/llvm-project/clang/include/clang/AST/
H A DExpr.h5746 SourceLocation DefaultLoc, RParenLoc; variable
5852 ArrayRef<Expr *> AssocExprs, SourceLocation DefaultLoc,
5862 ArrayRef<Expr *> AssocExprs, SourceLocation DefaultLoc,
5871 ArrayRef<Expr *> AssocExprs, SourceLocation DefaultLoc,
5881 ArrayRef<Expr *> AssocExprs, SourceLocation DefaultLoc,
5894 ArrayRef<Expr *> AssocExprs, SourceLocation DefaultLoc,
5903 ArrayRef<Expr *> AssocExprs, SourceLocation DefaultLoc,
5911 ArrayRef<Expr *> AssocExprs, SourceLocation DefaultLoc,
5920 ArrayRef<Expr *> AssocExprs, SourceLocation DefaultLoc,
6052 SourceLocation getDefaultLoc() const { return DefaultLoc; } in getDefaultLoc()
/freebsd-14.2/contrib/llvm-project/clang/lib/Parse/
H A DParseExpr.cpp3419 SourceLocation DefaultLoc; in ParseGenericSelectionExpression() local
3427 if (!DefaultLoc.isInvalid()) { in ParseGenericSelectionExpression()
3429 Diag(DefaultLoc, diag::note_previous_default_assoc); in ParseGenericSelectionExpression()
3433 DefaultLoc = ConsumeToken(); in ParseGenericSelectionExpression()
3471 KeyLoc, DefaultLoc, T.getCloseLocation(), ControllingExpr.isUsable(), in ParseGenericSelectionExpression()
H A DParseStmt.cpp957 SourceLocation DefaultLoc = ConsumeToken(); // eat the 'default'. in ParseDefaultStatement() local
990 return Actions.ActOnDefaultStmt(DefaultLoc, ColonLoc, in ParseDefaultStatement()
H A DParseExprCXX.cpp864 Intro.DefaultLoc = ConsumeToken(); in ParseLambdaIntroducer()
873 Intro.DefaultLoc = ConsumeToken(); in ParseLambdaIntroducer()
/freebsd-14.2/contrib/llvm-project/clang/include/clang/Sema/
H A DDeclSpec.h2773 SourceLocation DefaultLoc; member
H A DSema.h3101 void SetDeclDefaulted(Decl *dcl, SourceLocation DefaultLoc);
5191 StmtResult ActOnDefaultStmt(SourceLocation DefaultLoc,
5813 SourceLocation DefaultLoc,
5824 SourceLocation DefaultLoc,
7946 SourceLocation DefaultLoc);
/freebsd-14.2/contrib/llvm-project/clang/lib/Serialization/
H A DASTReaderStmt.cpp1388 E->DefaultLoc = readSourceLocation(); in VisitGenericSelectionExpr()