| /freebsd/contrib/llvm-project/clang/lib/AST/ |
| H A D | Expr.cpp | 4416 SourceLocation DefaultLoc, SourceLocation RParenLoc, in GenericSelectionExpr() argument 4422 IsExprPredicate(true), DefaultLoc(DefaultLoc), RParenLoc(RParenLoc) { in GenericSelectionExpr() 4442 ArrayRef<Expr *> AssocExprs, SourceLocation DefaultLoc, in GenericSelectionExpr() argument 4449 IsExprPredicate(false), DefaultLoc(DefaultLoc), RParenLoc(RParenLoc) { in GenericSelectionExpr() 4469 SourceLocation DefaultLoc, SourceLocation RParenLoc, in GenericSelectionExpr() argument 4474 IsExprPredicate(true), DefaultLoc(DefaultLoc), RParenLoc(RParenLoc) { in GenericSelectionExpr() 4493 ArrayRef<Expr *> AssocExprs, SourceLocation DefaultLoc, in GenericSelectionExpr() argument 4498 IsExprPredicate(false), DefaultLoc(DefaultLoc), RParenLoc(RParenLoc) { in GenericSelectionExpr() 4520 SourceLocation DefaultLoc, SourceLocation RParenLoc, in Create() argument 4527 Context, GenericLoc, ControllingExpr, AssocTypes, AssocExprs, DefaultLoc, in Create() [all …]
|
| /freebsd/contrib/llvm-project/clang/lib/Sema/ |
| H A D | SemaOpenMP.cpp | 7771 SourceLocation DefaultLoc; member in __anon1dd12e443f11::OpenMPIterationSpaceChecker 7821 SourceLocation DefaultLoc, in OpenMPIterationSpaceChecker() argument 7824 Stack(Stack), DefaultLoc(DefaultLoc), ConditionLoc(DefaultLoc), in OpenMPIterationSpaceChecker() 8138 SemaRef.Diag(DefaultLoc, diag::err_omp_loop_not_canonical_init); in checkAndSetInit() 8253 SemaRef.Diag(DefaultLoc, diag::err_omp_loop_not_canonical_cond) in checkAndSetCond() 8361 SemaRef.Diag(DefaultLoc, diag::err_omp_loop_not_canonical_incr) << LCDecl; in checkAndSetInc() 8457 calculateNumIters(Sema &SemaRef, Scope *S, SourceLocation DefaultLoc, in calculateNumIters() argument 8543 SemaRef.ActOnParenExpr(DefaultLoc, DefaultLoc, Upper).get(), in calculateNumIters() 8546 Lower = SemaRef.ActOnParenExpr(DefaultLoc, DefaultLoc, Lower).get(); in calculateNumIters() 8547 NewStep = SemaRef.ActOnParenExpr(DefaultLoc, DefaultLoc, NewStep.get()); in calculateNumIters() [all …]
|
| H A D | SemaLambda.cpp | 1093 LSI->CaptureDefaultLoc = Intro.DefaultLoc; in ActOnLambdaExpressionAfterIntroducer() 1145 Intro.Default == LCD_None ? Intro.Range.getBegin() : Intro.DefaultLoc; in ActOnLambdaExpressionAfterIntroducer() 1384 Diag(Intro.DefaultLoc, diag::err_capture_default_non_local); in ActOnLambdaClosureQualifiers()
|
| H A D | SemaDeclCXX.cpp | 6773 SourceLocation DefaultLoc) { in DefineDefaultedFunction() argument 6776 return S.DefineDefaultedComparison(DefaultLoc, FD, DFK.asComparison()); in DefineDefaultedFunction() 6780 S.DefineImplicitDefaultConstructor(DefaultLoc, in DefineDefaultedFunction() 6784 S.DefineImplicitCopyConstructor(DefaultLoc, cast<CXXConstructorDecl>(FD)); in DefineDefaultedFunction() 6787 S.DefineImplicitCopyAssignment(DefaultLoc, cast<CXXMethodDecl>(FD)); in DefineDefaultedFunction() 6790 S.DefineImplicitDestructor(DefaultLoc, cast<CXXDestructorDecl>(FD)); in DefineDefaultedFunction() 6793 S.DefineImplicitMoveConstructor(DefaultLoc, cast<CXXConstructorDecl>(FD)); in DefineDefaultedFunction() 6796 S.DefineImplicitMoveAssignment(DefaultLoc, cast<CXXMethodDecl>(FD)); in DefineDefaultedFunction() 7721 SourceLocation DefaultLoc) { in CheckExplicitlyDefaultedSpecialMember() argument 7956 DefaultLoc.isValid()) { in CheckExplicitlyDefaultedSpecialMember() [all …]
|
| H A D | SemaStmt.cpp | 578 Sema::ActOnDefaultStmt(SourceLocation DefaultLoc, SourceLocation ColonLoc, in ActOnDefaultStmt() argument 581 Diag(DefaultLoc, diag::err_default_not_in_switch); in ActOnDefaultStmt() 587 Diag(DefaultLoc, diag::err_acc_branch_in_out_compute_construct) in ActOnDefaultStmt() 592 DefaultStmt *DS = new (Context) DefaultStmt(DefaultLoc, ColonLoc, SubStmt); in ActOnDefaultStmt()
|
| H A D | SemaExpr.cpp | 1723 SourceLocation KeyLoc, SourceLocation DefaultLoc, SourceLocation RParenLoc, in ActOnGenericSelectionExpr() argument 1748 KeyLoc, DefaultLoc, RParenLoc, PredicateIsExpr, ControllingExprOrType, in ActOnGenericSelectionExpr() 1755 SourceLocation KeyLoc, SourceLocation DefaultLoc, SourceLocation RParenLoc, in CreateGenericSelectionExpr() argument 1902 Types, Exprs, DefaultLoc, RParenLoc, in CreateGenericSelectionExpr() 1905 Exprs, DefaultLoc, RParenLoc, in CreateGenericSelectionExpr() 1983 Context, KeyLoc, ControllingExpr, Types, Exprs, DefaultLoc, RParenLoc, in CreateGenericSelectionExpr() 1987 Context, KeyLoc, ControllingType, Types, Exprs, DefaultLoc, RParenLoc, in CreateGenericSelectionExpr()
|
| H A D | TreeTransform.h | 1377 StmtResult RebuildDefaultStmt(SourceLocation DefaultLoc, in RebuildDefaultStmt() argument 1380 return getSema().ActOnDefaultStmt(DefaultLoc, ColonLoc, SubStmt, in RebuildDefaultStmt() 3150 SourceLocation DefaultLoc, in RebuildGenericSelectionExpr() argument 3155 return getSema().CreateGenericSelectionExpr(KeyLoc, DefaultLoc, RParenLoc, in RebuildGenericSelectionExpr() 3165 SourceLocation DefaultLoc, in RebuildGenericSelectionExpr() argument 3170 return getSema().CreateGenericSelectionExpr(KeyLoc, DefaultLoc, RParenLoc, in RebuildGenericSelectionExpr()
|
| /freebsd/contrib/llvm-project/clang/include/clang/AST/ |
| H A D | Expr.h | 6156 SourceLocation DefaultLoc, RParenLoc; variable 6262 ArrayRef<Expr *> AssocExprs, SourceLocation DefaultLoc, 6272 ArrayRef<Expr *> AssocExprs, SourceLocation DefaultLoc, 6281 ArrayRef<Expr *> AssocExprs, SourceLocation DefaultLoc, 6291 ArrayRef<Expr *> AssocExprs, SourceLocation DefaultLoc, 6304 ArrayRef<Expr *> AssocExprs, SourceLocation DefaultLoc, 6313 ArrayRef<Expr *> AssocExprs, SourceLocation DefaultLoc, 6321 ArrayRef<Expr *> AssocExprs, SourceLocation DefaultLoc, 6330 ArrayRef<Expr *> AssocExprs, SourceLocation DefaultLoc, 6462 SourceLocation getDefaultLoc() const { return DefaultLoc; } in getDefaultLoc()
|
| /freebsd/contrib/llvm-project/clang/lib/Parse/ |
| H A D | ParseExpr.cpp | 3041 SourceLocation DefaultLoc; in ParseGenericSelectionExpression() local 3049 if (!DefaultLoc.isInvalid()) { in ParseGenericSelectionExpression() 3051 Diag(DefaultLoc, diag::note_previous_default_assoc); in ParseGenericSelectionExpression() 3055 DefaultLoc = ConsumeToken(); in ParseGenericSelectionExpression() 3092 KeyLoc, DefaultLoc, T.getCloseLocation(), ControllingExpr.isUsable(), in ParseGenericSelectionExpression()
|
| H A D | ParseStmt.cpp | 908 SourceLocation DefaultLoc = ConsumeToken(); // eat the 'default'. in ParseDefaultStatement() local 941 return Actions.ActOnDefaultStmt(DefaultLoc, ColonLoc, in ParseDefaultStatement()
|
| H A D | ParseExprCXX.cpp | 796 Intro.DefaultLoc = ConsumeToken(); in ParseLambdaIntroducer() 805 Intro.DefaultLoc = ConsumeToken(); in ParseLambdaIntroducer()
|
| /freebsd/contrib/llvm-project/clang/include/clang/Sema/ |
| H A D | Sema.h | 6024 SourceLocation DefaultLoc); 6422 void SetDeclDefaulted(Decl *dcl, SourceLocation DefaultLoc); 7245 SourceLocation DefaultLoc, 7256 SourceLocation DefaultLoc, 10911 StmtResult ActOnDefaultStmt(SourceLocation DefaultLoc,
|
| H A D | DeclSpec.h | 2858 SourceLocation DefaultLoc; member
|
| /freebsd/contrib/llvm-project/clang/lib/Serialization/ |
| H A D | ASTReaderStmt.cpp | 1414 E->DefaultLoc = readSourceLocation(); in VisitGenericSelectionExpr()
|