| /netbsd-src/external/apache2/llvm/dist/clang/lib/Sema/ |
| H A D | SemaOpenMP.cpp | 7185 SourceLocation DefaultLoc; member in __anon5b04668f3411::OpenMPIterationSpaceChecker 7231 DSAStackTy &Stack, SourceLocation DefaultLoc) in OpenMPIterationSpaceChecker() argument 7233 Stack(Stack), DefaultLoc(DefaultLoc), ConditionLoc(DefaultLoc) {} in OpenMPIterationSpaceChecker() 7548 SemaRef.Diag(DefaultLoc, diag::err_omp_loop_not_canonical_init); in checkAndSetInit() 7653 SemaRef.Diag(DefaultLoc, diag::err_omp_loop_not_canonical_cond) in checkAndSetCond() 7760 SemaRef.Diag(DefaultLoc, diag::err_omp_loop_not_canonical_incr) << LCDecl; in checkAndSetInc() 7844 calculateNumIters(Sema &SemaRef, Scope *S, SourceLocation DefaultLoc, in calculateNumIters() argument 7927 SemaRef.ActOnParenExpr(DefaultLoc, DefaultLoc, Upper).get(), in calculateNumIters() 7930 Lower = SemaRef.ActOnParenExpr(DefaultLoc, DefaultLoc, Lower).get(); in calculateNumIters() 7931 NewStep = SemaRef.ActOnParenExpr(DefaultLoc, DefaultLoc, NewStep.get()); in calculateNumIters() [all …]
|
| H A D | SemaLambda.cpp | 1011 buildLambdaScope(LSI, Method, Intro.Range, Intro.Default, Intro.DefaultLoc, in ActOnStartOfLambdaDefinition() 1029 Diag(Intro.DefaultLoc, diag::err_capture_default_non_local); in ActOnStartOfLambdaDefinition() 1036 = Intro.Default == LCD_None? Intro.Range.getBegin() : Intro.DefaultLoc; in ActOnStartOfLambdaDefinition()
|
| H A D | SemaDeclCXX.cpp | 6463 SourceLocation DefaultLoc) { in DefineDefaultedFunction() argument 6466 return S.DefineDefaultedComparison(DefaultLoc, FD, DFK.asComparison()); in DefineDefaultedFunction() 6470 S.DefineImplicitDefaultConstructor(DefaultLoc, in DefineDefaultedFunction() 6474 S.DefineImplicitCopyConstructor(DefaultLoc, cast<CXXConstructorDecl>(FD)); in DefineDefaultedFunction() 6477 S.DefineImplicitCopyAssignment(DefaultLoc, cast<CXXMethodDecl>(FD)); in DefineDefaultedFunction() 6480 S.DefineImplicitDestructor(DefaultLoc, cast<CXXDestructorDecl>(FD)); in DefineDefaultedFunction() 6483 S.DefineImplicitMoveConstructor(DefaultLoc, cast<CXXConstructorDecl>(FD)); in DefineDefaultedFunction() 6486 S.DefineImplicitMoveAssignment(DefaultLoc, cast<CXXMethodDecl>(FD)); in DefineDefaultedFunction() 16854 void Sema::SetDeclDefaulted(Decl *Dcl, SourceLocation DefaultLoc) { in SetDeclDefaulted() argument 16862 Diag(DefaultLoc, diag::err_defaulted_comparison_template); 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 | SemaExpr.cpp | 1575 SourceLocation DefaultLoc, in ActOnGenericSelectionExpr() argument 1591 ExprResult ER = CreateGenericSelectionExpr(KeyLoc, DefaultLoc, RParenLoc, in ActOnGenericSelectionExpr() 1601 SourceLocation DefaultLoc, in CreateGenericSelectionExpr() argument 1687 Exprs, DefaultLoc, RParenLoc, in CreateGenericSelectionExpr() 1740 Context, KeyLoc, ControllingExpr, Types, Exprs, DefaultLoc, RParenLoc, in CreateGenericSelectionExpr()
|
| H A D | TreeTransform.h | 1293 StmtResult RebuildDefaultStmt(SourceLocation DefaultLoc, in RebuildDefaultStmt() argument 1296 return getSema().ActOnDefaultStmt(DefaultLoc, ColonLoc, SubStmt, in RebuildDefaultStmt() 2815 SourceLocation DefaultLoc, in RebuildGenericSelectionExpr() argument 2820 return getSema().CreateGenericSelectionExpr(KeyLoc, DefaultLoc, RParenLoc, in RebuildGenericSelectionExpr()
|
| /netbsd-src/external/apache2/llvm/dist/clang/lib/AST/ |
| H A D | Expr.cpp | 4122 SourceLocation DefaultLoc, SourceLocation RParenLoc, in GenericSelectionExpr() argument 4128 DefaultLoc(DefaultLoc), RParenLoc(RParenLoc) { in GenericSelectionExpr() 4147 SourceLocation DefaultLoc, SourceLocation RParenLoc, in GenericSelectionExpr() argument 4152 DefaultLoc(DefaultLoc), RParenLoc(RParenLoc) { in GenericSelectionExpr() 4173 SourceLocation DefaultLoc, SourceLocation RParenLoc, in Create() argument 4180 Context, GenericLoc, ControllingExpr, AssocTypes, AssocExprs, DefaultLoc, in Create() 4187 SourceLocation DefaultLoc, SourceLocation RParenLoc, in Create() argument 4194 Context, GenericLoc, ControllingExpr, AssocTypes, AssocExprs, DefaultLoc, in Create()
|
| /netbsd-src/external/apache2/llvm/dist/clang/lib/Parse/ |
| H A D | ParseExpr.cpp | 3196 SourceLocation DefaultLoc; in ParseGenericSelectionExpression() local 3204 if (!DefaultLoc.isInvalid()) { in ParseGenericSelectionExpression() 3206 Diag(DefaultLoc, diag::note_previous_default_assoc); in ParseGenericSelectionExpression() 3210 DefaultLoc = ConsumeToken(); in ParseGenericSelectionExpression() 3243 return Actions.ActOnGenericSelectionExpr(KeyLoc, DefaultLoc, in ParseGenericSelectionExpression()
|
| H A D | ParseStmt.cpp | 838 SourceLocation DefaultLoc = ConsumeToken(); // eat the 'default'. in ParseDefaultStatement() local 872 return Actions.ActOnDefaultStmt(DefaultLoc, ColonLoc, in ParseDefaultStatement()
|
| H A D | ParseExprCXX.cpp | 861 Intro.DefaultLoc = ConsumeToken(); in ParseLambdaIntroducer() 870 Intro.DefaultLoc = ConsumeToken(); in ParseLambdaIntroducer()
|
| /netbsd-src/external/apache2/llvm/dist/clang/include/clang/AST/ |
| H A D | Expr.h | 5569 SourceLocation DefaultLoc, RParenLoc; variable 5670 ArrayRef<Expr *> AssocExprs, SourceLocation DefaultLoc, 5679 ArrayRef<Expr *> AssocExprs, SourceLocation DefaultLoc, 5691 ArrayRef<Expr *> AssocExprs, SourceLocation DefaultLoc, 5699 ArrayRef<Expr *> AssocExprs, SourceLocation DefaultLoc, 5799 SourceLocation getDefaultLoc() const { return DefaultLoc; } in getDefaultLoc()
|
| /netbsd-src/external/apache2/llvm/dist/clang/include/clang/Sema/ |
| H A D | DeclSpec.h | 2688 SourceLocation DefaultLoc; member
|
| H A D | Sema.h | 2774 void SetDeclDefaulted(Decl *dcl, SourceLocation DefaultLoc); 4650 StmtResult ActOnDefaultStmt(SourceLocation DefaultLoc, 5205 SourceLocation DefaultLoc, 5211 SourceLocation DefaultLoc,
|
| /netbsd-src/external/apache2/llvm/dist/clang/lib/Serialization/ |
| H A D | ASTReaderStmt.cpp | 1358 E->DefaultLoc = readSourceLocation(); in VisitGenericSelectionExpr()
|