| /openbsd-src/gnu/llvm/clang/lib/Sema/ |
| H A D | SemaOpenMP.cpp | 7815 SourceLocation DefaultLoc; member in __anon7e4ded5b3b11::OpenMPIterationSpaceChecker 7862 DSAStackTy &Stack, SourceLocation DefaultLoc) in OpenMPIterationSpaceChecker() argument 7864 Stack(Stack), DefaultLoc(DefaultLoc), ConditionLoc(DefaultLoc) {} in OpenMPIterationSpaceChecker() 8177 SemaRef.Diag(DefaultLoc, diag::err_omp_loop_not_canonical_init); in checkAndSetInit() 8282 SemaRef.Diag(DefaultLoc, diag::err_omp_loop_not_canonical_cond) in checkAndSetCond() 8379 SemaRef.Diag(DefaultLoc, diag::err_omp_loop_not_canonical_incr) << LCDecl; in checkAndSetInc() 8463 calculateNumIters(Sema &SemaRef, Scope *S, SourceLocation DefaultLoc, in calculateNumIters() argument 8549 SemaRef.ActOnParenExpr(DefaultLoc, DefaultLoc, Upper).get(), in calculateNumIters() 8552 Lower = SemaRef.ActOnParenExpr(DefaultLoc, DefaultLoc, Lower).get(); in calculateNumIters() 8553 NewStep = SemaRef.ActOnParenExpr(DefaultLoc, DefaultLoc, NewStep.get()); in calculateNumIters() [all …]
|
| H A D | SemaLambda.cpp | 1045 buildLambdaScope(LSI, Method, Intro.Range, Intro.Default, Intro.DefaultLoc, in ActOnStartOfLambdaDefinition() 1063 Diag(Intro.DefaultLoc, diag::err_capture_default_non_local); in ActOnStartOfLambdaDefinition() 1070 = Intro.Default == LCD_None? Intro.Range.getBegin() : Intro.DefaultLoc; in ActOnStartOfLambdaDefinition()
|
| H A D | SemaDeclCXX.cpp | 6615 SourceLocation DefaultLoc) { in DefineDefaultedFunction() argument 6618 return S.DefineDefaultedComparison(DefaultLoc, FD, DFK.asComparison()); in DefineDefaultedFunction() 6622 S.DefineImplicitDefaultConstructor(DefaultLoc, in DefineDefaultedFunction() 6626 S.DefineImplicitCopyConstructor(DefaultLoc, cast<CXXConstructorDecl>(FD)); in DefineDefaultedFunction() 6629 S.DefineImplicitCopyAssignment(DefaultLoc, cast<CXXMethodDecl>(FD)); in DefineDefaultedFunction() 6632 S.DefineImplicitDestructor(DefaultLoc, cast<CXXDestructorDecl>(FD)); in DefineDefaultedFunction() 6635 S.DefineImplicitMoveConstructor(DefaultLoc, cast<CXXConstructorDecl>(FD)); in DefineDefaultedFunction() 6638 S.DefineImplicitMoveAssignment(DefaultLoc, cast<CXXMethodDecl>(FD)); in DefineDefaultedFunction() 7467 SourceLocation DefaultLoc) { in CheckExplicitlyDefaultedSpecialMember() argument 7660 DefaultLoc.isValid()) { in CheckExplicitlyDefaultedSpecialMember() [all …]
|
| H A D | SemaStmt.cpp | 540 Sema::ActOnDefaultStmt(SourceLocation DefaultLoc, SourceLocation ColonLoc, in ActOnDefaultStmt() argument 543 Diag(DefaultLoc, diag::err_default_not_in_switch); in ActOnDefaultStmt() 547 DefaultStmt *DS = new (Context) DefaultStmt(DefaultLoc, ColonLoc, SubStmt); in ActOnDefaultStmt()
|
| H A D | TreeTransform.h | 1339 StmtResult RebuildDefaultStmt(SourceLocation DefaultLoc, in RebuildDefaultStmt() argument 1342 return getSema().ActOnDefaultStmt(DefaultLoc, ColonLoc, SubStmt, in RebuildDefaultStmt() 2985 SourceLocation DefaultLoc, in RebuildGenericSelectionExpr() argument 2990 return getSema().CreateGenericSelectionExpr(KeyLoc, DefaultLoc, RParenLoc, in RebuildGenericSelectionExpr()
|
| H A D | SemaExpr.cpp | 1612 SourceLocation DefaultLoc, in ActOnGenericSelectionExpr() argument 1629 CreateGenericSelectionExpr(KeyLoc, DefaultLoc, RParenLoc, ControllingExpr, in ActOnGenericSelectionExpr() 1637 SourceLocation DefaultLoc, in CreateGenericSelectionExpr() argument 1751 Exprs, DefaultLoc, RParenLoc, in CreateGenericSelectionExpr() 1808 Context, KeyLoc, ControllingExpr, Types, Exprs, DefaultLoc, RParenLoc, in CreateGenericSelectionExpr()
|
| /openbsd-src/gnu/llvm/clang/lib/AST/ |
| H A D | Expr.cpp | 4307 SourceLocation DefaultLoc, SourceLocation RParenLoc, in GenericSelectionExpr() argument 4313 DefaultLoc(DefaultLoc), RParenLoc(RParenLoc) { in GenericSelectionExpr() 4332 SourceLocation DefaultLoc, SourceLocation RParenLoc, in GenericSelectionExpr() argument 4337 DefaultLoc(DefaultLoc), RParenLoc(RParenLoc) { in GenericSelectionExpr() 4358 SourceLocation DefaultLoc, SourceLocation RParenLoc, in Create() argument 4365 Context, GenericLoc, ControllingExpr, AssocTypes, AssocExprs, DefaultLoc, in Create() 4372 SourceLocation DefaultLoc, SourceLocation RParenLoc, in Create() argument 4379 Context, GenericLoc, ControllingExpr, AssocTypes, AssocExprs, DefaultLoc, in Create()
|
| /openbsd-src/gnu/llvm/clang/lib/Parse/ |
| H A D | ParseExpr.cpp | 3302 SourceLocation DefaultLoc; in ParseGenericSelectionExpression() local 3310 if (!DefaultLoc.isInvalid()) { in ParseGenericSelectionExpression() 3312 Diag(DefaultLoc, diag::note_previous_default_assoc); in ParseGenericSelectionExpression() 3316 DefaultLoc = ConsumeToken(); in ParseGenericSelectionExpression() 3349 return Actions.ActOnGenericSelectionExpr(KeyLoc, DefaultLoc, in ParseGenericSelectionExpression()
|
| H A D | ParseStmt.cpp | 911 SourceLocation DefaultLoc = ConsumeToken(); // eat the 'default'. in ParseDefaultStatement() local 943 return Actions.ActOnDefaultStmt(DefaultLoc, ColonLoc, in ParseDefaultStatement()
|
| H A D | ParseExprCXX.cpp | 863 Intro.DefaultLoc = ConsumeToken(); in ParseLambdaIntroducer() 872 Intro.DefaultLoc = ConsumeToken(); in ParseLambdaIntroducer()
|
| /openbsd-src/gnu/llvm/clang/include/clang/AST/ |
| H A D | Expr.h | 5651 SourceLocation DefaultLoc, RParenLoc; variable 5752 ArrayRef<Expr *> AssocExprs, SourceLocation DefaultLoc, 5761 ArrayRef<Expr *> AssocExprs, SourceLocation DefaultLoc, 5773 ArrayRef<Expr *> AssocExprs, SourceLocation DefaultLoc, 5781 ArrayRef<Expr *> AssocExprs, SourceLocation DefaultLoc, 5881 SourceLocation getDefaultLoc() const { return DefaultLoc; } in getDefaultLoc()
|
| /openbsd-src/gnu/llvm/clang/include/clang/Sema/ |
| H A D | DeclSpec.h | 2762 SourceLocation DefaultLoc; member
|
| H A D | Sema.h | 3038 void SetDeclDefaulted(Decl *dcl, SourceLocation DefaultLoc); 5065 StmtResult ActOnDefaultStmt(SourceLocation DefaultLoc, 5675 SourceLocation DefaultLoc, 5681 SourceLocation DefaultLoc, 7761 SourceLocation DefaultLoc);
|
| /openbsd-src/gnu/llvm/clang/lib/Serialization/ |
| H A D | ASTReaderStmt.cpp | 1359 E->DefaultLoc = readSourceLocation(); in VisitGenericSelectionExpr()
|