| /freebsd-13.1/contrib/llvm-project/clang/lib/Sema/ |
| H A D | SemaOpenMP.cpp | 7249 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 D | SemaLambda.cpp | 1015 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 D | SemaDeclCXX.cpp | 6463 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 D | SemaStmt.cpp | 523 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 D | TreeTransform.h | 1293 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 D | SemaExpr.cpp | 1585 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 D | Expr.cpp | 4193 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 D | ParseExpr.cpp | 3226 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 D | ParseStmt.cpp | 843 SourceLocation DefaultLoc = ConsumeToken(); // eat the 'default'. in ParseDefaultStatement() local 877 return Actions.ActOnDefaultStmt(DefaultLoc, ColonLoc, in ParseDefaultStatement()
|
| H A D | ParseExprCXX.cpp | 861 Intro.DefaultLoc = ConsumeToken(); in ParseLambdaIntroducer() 870 Intro.DefaultLoc = ConsumeToken(); in ParseLambdaIntroducer()
|
| /freebsd-13.1/contrib/llvm-project/clang/include/clang/AST/ |
| H A D | Expr.h | 5636 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 D | DeclSpec.h | 2690 SourceLocation DefaultLoc; member
|
| H A D | Sema.h | 2810 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 D | ASTReaderStmt.cpp | 1368 E->DefaultLoc = readSourceLocation(); in VisitGenericSelectionExpr()
|