Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/clang/lib/Sema/
H A DSemaOpenMP.cpp7249 Stack(Stack), DefaultLoc(DefaultLoc), ConditionLoc(DefaultLoc) {} in OpenMPIterationSpaceChecker()
8005 Diff = SemaRef.ActOnParenExpr(DefaultLoc, DefaultLoc, Diff.get()); in calculateNumIters()
8035 SemaRef.ActOnParenExpr(DefaultLoc, DefaultLoc, IS.MinValue); in buildNumIterations()
8055 SemaRef.ActOnParenExpr(DefaultLoc, DefaultLoc, IS.MaxValue); in buildNumIterations()
8112 SemaRef.ActOnParenExpr(DefaultLoc, DefaultLoc, IS.MinValue); in buildNumIterations()
8132 SemaRef.ActOnParenExpr(DefaultLoc, DefaultLoc, IS.MaxValue); in buildNumIterations()
8167 DefaultLoc, DefaultLoc, MinGreaterMax, UBMin, UBMax); in buildNumIterations()
8175 DefaultLoc, DefaultLoc, MinGreaterMax, UBMax, UBMin); in buildNumIterations()
8274 Diff = SemaRef.ActOnParenExpr(DefaultLoc, DefaultLoc, Diff.get()); in buildMinMaxValues()
8286 Diff = SemaRef.ActOnParenExpr(DefaultLoc, DefaultLoc, Diff.get()); in buildMinMaxValues()
[all …]
H A DSemaLambda.cpp1015 buildLambdaScope(LSI, Method, Intro.Range, Intro.Default, Intro.DefaultLoc, in ActOnStartOfLambdaDefinition()
1033 Diag(Intro.DefaultLoc, diag::err_capture_default_non_local); in ActOnStartOfLambdaDefinition()
1040 = Intro.Default == LCD_None? Intro.Range.getBegin() : Intro.DefaultLoc; in ActOnStartOfLambdaDefinition()
H A DSemaDeclCXX.cpp6463 SourceLocation DefaultLoc) { in DefineDefaultedFunction() argument
6470 S.DefineImplicitDefaultConstructor(DefaultLoc, in DefineDefaultedFunction()
6477 S.DefineImplicitCopyAssignment(DefaultLoc, cast<CXXMethodDecl>(FD)); in DefineDefaultedFunction()
6480 S.DefineImplicitDestructor(DefaultLoc, cast<CXXDestructorDecl>(FD)); in DefineDefaultedFunction()
6486 S.DefineImplicitMoveAssignment(DefaultLoc, cast<CXXMethodDecl>(FD)); in DefineDefaultedFunction()
17059 void Sema::SetDeclDefaulted(Decl *Dcl, SourceLocation DefaultLoc) { in SetDeclDefaulted() argument
17067 Diag(DefaultLoc, diag::err_defaulted_comparison_template); in SetDeclDefaulted()
17072 Diag(DefaultLoc, diag::err_default_special_members) in SetDeclDefaulted()
17086 Diag(DefaultLoc, diag::err_default_special_members) in SetDeclDefaulted()
17102 Diag(DefaultLoc, getLangOpts().CPlusPlus20 in SetDeclDefaulted()
[all …]
H A DSemaStmt.cpp523 Sema::ActOnDefaultStmt(SourceLocation DefaultLoc, SourceLocation ColonLoc, in ActOnDefaultStmt() argument
526 Diag(DefaultLoc, diag::err_default_not_in_switch); in ActOnDefaultStmt()
530 DefaultStmt *DS = new (Context) DefaultStmt(DefaultLoc, ColonLoc, SubStmt); in ActOnDefaultStmt()
H A DTreeTransform.h1293 StmtResult RebuildDefaultStmt(SourceLocation DefaultLoc, in RebuildDefaultStmt() argument
1296 return getSema().ActOnDefaultStmt(DefaultLoc, ColonLoc, SubStmt, in RebuildDefaultStmt()
2836 SourceLocation DefaultLoc, in RebuildGenericSelectionExpr() argument
2841 return getSema().CreateGenericSelectionExpr(KeyLoc, DefaultLoc, RParenLoc, in RebuildGenericSelectionExpr()
H A DSemaExpr.cpp1585 SourceLocation DefaultLoc, in ActOnGenericSelectionExpr() argument
1601 ExprResult ER = CreateGenericSelectionExpr(KeyLoc, DefaultLoc, RParenLoc, in ActOnGenericSelectionExpr()
1611 SourceLocation DefaultLoc, in CreateGenericSelectionExpr() argument
1697 Exprs, DefaultLoc, RParenLoc, in CreateGenericSelectionExpr()
1750 Context, KeyLoc, ControllingExpr, Types, Exprs, DefaultLoc, RParenLoc, in CreateGenericSelectionExpr()
/freebsd-13.1/contrib/llvm-project/clang/lib/AST/
H A DExpr.cpp4193 SourceLocation DefaultLoc, SourceLocation RParenLoc, in GenericSelectionExpr() argument
4199 DefaultLoc(DefaultLoc), RParenLoc(RParenLoc) { in GenericSelectionExpr()
4218 SourceLocation DefaultLoc, SourceLocation RParenLoc, in GenericSelectionExpr() argument
4223 DefaultLoc(DefaultLoc), RParenLoc(RParenLoc) { in GenericSelectionExpr()
4244 SourceLocation DefaultLoc, SourceLocation RParenLoc, in Create() argument
4251 Context, GenericLoc, ControllingExpr, AssocTypes, AssocExprs, DefaultLoc, in Create()
4258 SourceLocation DefaultLoc, SourceLocation RParenLoc, in Create() argument
4265 Context, GenericLoc, ControllingExpr, AssocTypes, AssocExprs, DefaultLoc, in Create()
/freebsd-13.1/contrib/llvm-project/clang/lib/Parse/
H A DParseExpr.cpp3226 SourceLocation DefaultLoc; in ParseGenericSelectionExpression() local
3234 if (!DefaultLoc.isInvalid()) { in ParseGenericSelectionExpression()
3236 Diag(DefaultLoc, diag::note_previous_default_assoc); in ParseGenericSelectionExpression()
3240 DefaultLoc = ConsumeToken(); in ParseGenericSelectionExpression()
3273 return Actions.ActOnGenericSelectionExpr(KeyLoc, DefaultLoc, in ParseGenericSelectionExpression()
H A DParseStmt.cpp843 SourceLocation DefaultLoc = ConsumeToken(); // eat the 'default'. in ParseDefaultStatement() local
877 return Actions.ActOnDefaultStmt(DefaultLoc, ColonLoc, in ParseDefaultStatement()
H A DParseExprCXX.cpp861 Intro.DefaultLoc = ConsumeToken(); in ParseLambdaIntroducer()
870 Intro.DefaultLoc = ConsumeToken(); in ParseLambdaIntroducer()
/freebsd-13.1/contrib/llvm-project/clang/include/clang/AST/
H A DExpr.h5636 SourceLocation DefaultLoc, RParenLoc; variable
5737 ArrayRef<Expr *> AssocExprs, SourceLocation DefaultLoc,
5746 ArrayRef<Expr *> AssocExprs, SourceLocation DefaultLoc,
5758 ArrayRef<Expr *> AssocExprs, SourceLocation DefaultLoc,
5766 ArrayRef<Expr *> AssocExprs, SourceLocation DefaultLoc,
5866 SourceLocation getDefaultLoc() const { return DefaultLoc; } in getDefaultLoc()
/freebsd-13.1/contrib/llvm-project/clang/include/clang/Sema/
H A DDeclSpec.h2690 SourceLocation DefaultLoc; member
H A DSema.h2810 void SetDeclDefaulted(Decl *dcl, SourceLocation DefaultLoc);
4681 StmtResult ActOnDefaultStmt(SourceLocation DefaultLoc,
5254 SourceLocation DefaultLoc,
5260 SourceLocation DefaultLoc,
/freebsd-13.1/contrib/llvm-project/clang/lib/Serialization/
H A DASTReaderStmt.cpp1368 E->DefaultLoc = readSourceLocation(); in VisitGenericSelectionExpr()