/freebsd/contrib/llvm-project/clang/lib/AST/ |
H A D | Expr.cpp | 4388 SourceLocation DefaultLoc, SourceLocation RParenLoc, in GenericSelectionExpr() argument 4394 IsExprPredicate(true), DefaultLoc(DefaultLoc), RParenLoc(RParenLoc) { in GenericSelectionExpr() 4415 ArrayRef<Expr *> AssocExprs, SourceLocation DefaultLoc, in GenericSelectionExpr() argument 4422 IsExprPredicate(false), DefaultLoc(DefaultLoc), RParenLoc(RParenLoc) { in GenericSelectionExpr() 4443 SourceLocation DefaultLoc, SourceLocation RParenLoc, in GenericSelectionExpr() argument 4448 IsExprPredicate(true), DefaultLoc(DefaultLoc), RParenLoc(RParenLoc) { in GenericSelectionExpr() 4468 ArrayRef<Expr *> AssocExprs, SourceLocation DefaultLoc, in GenericSelectionExpr() argument 4473 IsExprPredicate(false), DefaultLoc(DefaultLoc), RParenLoc(RParenLoc) { in GenericSelectionExpr() 4496 SourceLocation DefaultLoc, SourceLocation RParenLoc, in Create() argument 4503 Context, GenericLoc, ControllingExpr, AssocTypes, AssocExprs, DefaultLoc, in Create() [all …]
|
/freebsd/contrib/llvm-project/clang/lib/Sema/ |
H A D | SemaOpenMP.cpp | 7772 SourceLocation DefaultLoc; member in __anon1dd12e443c11::OpenMPIterationSpaceChecker 7819 DSAStackTy &Stack, SourceLocation DefaultLoc) in OpenMPIterationSpaceChecker() argument 7821 Stack(Stack), DefaultLoc(DefaultLoc), ConditionLoc(DefaultLoc) {} in OpenMPIterationSpaceChecker() 8134 SemaRef.Diag(DefaultLoc, diag::err_omp_loop_not_canonical_init); in checkAndSetInit() 8239 SemaRef.Diag(DefaultLoc, diag::err_omp_loop_not_canonical_cond) in checkAndSetCond() 8336 SemaRef.Diag(DefaultLoc, diag::err_omp_loop_not_canonical_incr) << LCDecl; in checkAndSetInc() 8421 calculateNumIters(Sema &SemaRef, Scope *S, SourceLocation DefaultLoc, in calculateNumIters() argument 8507 SemaRef.ActOnParenExpr(DefaultLoc, DefaultLoc, Upper).get(), in calculateNumIters() 8510 Lower = SemaRef.ActOnParenExpr(DefaultLoc, DefaultLoc, Lower).get(); in calculateNumIters() 8511 NewStep = SemaRef.ActOnParenExpr(DefaultLoc, DefaultLoc, NewStep.get()); in calculateNumIters() [all …]
|
H A D | SemaLambda.cpp | 1069 LSI->CaptureDefaultLoc = Intro.DefaultLoc; in ActOnLambdaExpressionAfterIntroducer() 1119 Intro.Default == LCD_None ? Intro.Range.getBegin() : Intro.DefaultLoc; in ActOnLambdaExpressionAfterIntroducer() 1357 Diag(Intro.DefaultLoc, diag::err_capture_default_non_local); in ActOnLambdaClosureQualifiers()
|
H A D | SemaDeclCXX.cpp | 6665 SourceLocation DefaultLoc) { in DefineDefaultedFunction() argument 6668 return S.DefineDefaultedComparison(DefaultLoc, FD, DFK.asComparison()); in DefineDefaultedFunction() 6672 S.DefineImplicitDefaultConstructor(DefaultLoc, in DefineDefaultedFunction() 6676 S.DefineImplicitCopyConstructor(DefaultLoc, cast<CXXConstructorDecl>(FD)); in DefineDefaultedFunction() 6679 S.DefineImplicitCopyAssignment(DefaultLoc, cast<CXXMethodDecl>(FD)); in DefineDefaultedFunction() 6682 S.DefineImplicitDestructor(DefaultLoc, cast<CXXDestructorDecl>(FD)); in DefineDefaultedFunction() 6685 S.DefineImplicitMoveConstructor(DefaultLoc, cast<CXXConstructorDecl>(FD)); in DefineDefaultedFunction() 6688 S.DefineImplicitMoveAssignment(DefaultLoc, cast<CXXMethodDecl>(FD)); in DefineDefaultedFunction() 7557 SourceLocation DefaultLoc) { in CheckExplicitlyDefaultedSpecialMember() argument 7790 DefaultLoc in CheckExplicitlyDefaultedSpecialMember() 17973 SetDeclDefaulted(Decl * Dcl,SourceLocation DefaultLoc) SetDeclDefaulted() argument [all...] |
H A D | SemaStmt.cpp | 552 Sema::ActOnDefaultStmt(SourceLocation DefaultLoc, SourceLocation ColonLoc, in ActOnDefaultStmt() argument 555 Diag(DefaultLoc, diag::err_default_not_in_switch); in ActOnDefaultStmt() 561 Diag(DefaultLoc, diag::err_acc_branch_in_out_compute_construct) in ActOnDefaultStmt() 566 DefaultStmt *DS = new (Context) DefaultStmt(DefaultLoc, ColonLoc, SubStmt); in ActOnDefaultStmt()
|
H A D | SemaExpr.cpp | 1622 SourceLocation KeyLoc, SourceLocation DefaultLoc, SourceLocation RParenLoc, in ActOnGenericSelectionExpr() argument 1647 KeyLoc, DefaultLoc, RParenLoc, PredicateIsExpr, ControllingExprOrType, in ActOnGenericSelectionExpr() 1654 SourceLocation KeyLoc, SourceLocation DefaultLoc, SourceLocation RParenLoc, in CreateGenericSelectionExpr() argument 1794 Types, Exprs, DefaultLoc, RParenLoc, in CreateGenericSelectionExpr() 1797 Exprs, DefaultLoc, RParenLoc, in CreateGenericSelectionExpr() 1874 Context, KeyLoc, ControllingExpr, Types, Exprs, DefaultLoc, RParenLoc, in CreateGenericSelectionExpr() 1878 Context, KeyLoc, ControllingType, Types, Exprs, DefaultLoc, RParenLoc, in CreateGenericSelectionExpr()
|
H A D | TreeTransform.h | 1383 StmtResult RebuildDefaultStmt(SourceLocation DefaultLoc, in RebuildDefaultStmt() argument 1386 return getSema().ActOnDefaultStmt(DefaultLoc, ColonLoc, SubStmt, in RebuildDefaultStmt() 3107 SourceLocation DefaultLoc, in RebuildGenericSelectionExpr() argument 3112 return getSema().CreateGenericSelectionExpr(KeyLoc, DefaultLoc, RParenLoc, in RebuildGenericSelectionExpr() 3122 SourceLocation DefaultLoc, in RebuildGenericSelectionExpr() argument 3127 return getSema().CreateGenericSelectionExpr(KeyLoc, DefaultLoc, RParenLoc, in RebuildGenericSelectionExpr()
|
/freebsd/contrib/llvm-project/clang/include/clang/AST/ |
H A D | Expr.h | 5957 SourceLocation DefaultLoc, RParenLoc; variable 6063 ArrayRef<Expr *> AssocExprs, SourceLocation DefaultLoc, 6073 ArrayRef<Expr *> AssocExprs, SourceLocation DefaultLoc, 6082 ArrayRef<Expr *> AssocExprs, SourceLocation DefaultLoc, 6092 ArrayRef<Expr *> AssocExprs, SourceLocation DefaultLoc, 6105 ArrayRef<Expr *> AssocExprs, SourceLocation DefaultLoc, 6114 ArrayRef<Expr *> AssocExprs, SourceLocation DefaultLoc, 6122 ArrayRef<Expr *> AssocExprs, SourceLocation DefaultLoc, 6131 ArrayRef<Expr *> AssocExprs, SourceLocation DefaultLoc, 6263 SourceLocation getDefaultLoc() const { return DefaultLoc; } in getDefaultLoc()
|
/freebsd/contrib/llvm-project/clang/lib/Parse/ |
H A D | ParseExpr.cpp | 3494 SourceLocation DefaultLoc; in ParseGenericSelectionExpression() local 3502 if (!DefaultLoc.isInvalid()) { in ParseGenericSelectionExpression() 3504 Diag(DefaultLoc, diag::note_previous_default_assoc); in ParseGenericSelectionExpression() 3508 DefaultLoc = ConsumeToken(); in ParseGenericSelectionExpression() 3546 KeyLoc, DefaultLoc, T.getCloseLocation(), ControllingExpr.isUsable(), in ParseGenericSelectionExpression()
|
H A D | ParseStmt.cpp | 969 SourceLocation DefaultLoc = ConsumeToken(); // eat the 'default'. in ParseDefaultStatement() local 1002 return Actions.ActOnDefaultStmt(DefaultLoc, ColonLoc, in ParseDefaultStatement()
|
H A D | ParseExprCXX.cpp | 935 Intro.DefaultLoc = ConsumeToken(); in ParseLambdaIntroducer() 944 Intro.DefaultLoc = ConsumeToken(); in ParseLambdaIntroducer()
|
/freebsd/contrib/llvm-project/clang/include/clang/Sema/ |
H A D | Sema.h | 5597 SourceLocation DefaultLoc); 6000 void SetDeclDefaulted(Decl *dcl, SourceLocation DefaultLoc); 6822 SourceLocation DefaultLoc, 6833 SourceLocation DefaultLoc, 10696 StmtResult ActOnDefaultStmt(SourceLocation DefaultLoc,
|
H A D | DeclSpec.h | 2855 SourceLocation DefaultLoc; member
|
/freebsd/contrib/llvm-project/clang/lib/Serialization/ |
H A D | ASTReaderStmt.cpp | 1395 E->DefaultLoc = readSourceLocation(); in VisitGenericSelectionExpr()
|