/external/clang/lib/Sema/ |
D | SemaOpenMP.cpp | 1920 SourceLocation DefaultLoc; member in __anon216cbd260911::OpenMPIterationSpaceChecker 1951 OpenMPIterationSpaceChecker(Sema &SemaRef, SourceLocation DefaultLoc) in OpenMPIterationSpaceChecker() argument 1952 : SemaRef(SemaRef), DefaultLoc(DefaultLoc), ConditionLoc(DefaultLoc), in OpenMPIterationSpaceChecker() 2107 SemaRef.Diag(DefaultLoc, diag::err_omp_loop_not_canonical_init); in CheckInit() 2167 SemaRef.Diag(DefaultLoc, diag::err_omp_loop_not_canonical_cond) << Var; in CheckCond() 2256 SemaRef.Diag(DefaultLoc, diag::err_omp_loop_not_canonical_incr) << Var; in CheckInc() 2321 Diff = SemaRef.BuildBinOp(S, DefaultLoc, BO_Sub, Upper, Lower); in BuildNumIterations() 2338 S, DefaultLoc, BO_Sub, Diff.get(), in BuildNumIterations() 2344 Diff = SemaRef.BuildBinOp(S, DefaultLoc, BO_Add, Diff.get(), in BuildNumIterations() 2350 Diff = SemaRef.ActOnParenExpr(DefaultLoc, DefaultLoc, Diff.get()); in BuildNumIterations() [all …]
|
D | SemaLambda.cpp | 935 Intro.Default, Intro.DefaultLoc, in ActOnStartOfLambdaDefinition() 955 Diag(Intro.DefaultLoc, diag::err_capture_default_non_local); in ActOnStartOfLambdaDefinition() 962 = Intro.Default == LCD_None? Intro.Range.getBegin() : Intro.DefaultLoc; in ActOnStartOfLambdaDefinition()
|
D | SemaDeclCXX.cpp | 12784 void Sema::SetDeclDefaulted(Decl *Dcl, SourceLocation DefaultLoc) { in SetDeclDefaulted() argument 12797 Diag(DefaultLoc, diag::err_default_special_members); in SetDeclDefaulted() 12825 DefineImplicitDefaultConstructor(DefaultLoc, in SetDeclDefaulted() 12829 DefineImplicitCopyConstructor(DefaultLoc, cast<CXXConstructorDecl>(MD)); in SetDeclDefaulted() 12832 DefineImplicitCopyAssignment(DefaultLoc, MD); in SetDeclDefaulted() 12835 DefineImplicitDestructor(DefaultLoc, cast<CXXDestructorDecl>(MD)); in SetDeclDefaulted() 12838 DefineImplicitMoveConstructor(DefaultLoc, cast<CXXConstructorDecl>(MD)); in SetDeclDefaulted() 12841 DefineImplicitMoveAssignment(DefaultLoc, MD); in SetDeclDefaulted() 12847 Diag(DefaultLoc, diag::err_default_special_members); in SetDeclDefaulted()
|
D | SemaStmt.cpp | 435 Sema::ActOnDefaultStmt(SourceLocation DefaultLoc, SourceLocation ColonLoc, in ActOnDefaultStmt() argument 440 Diag(DefaultLoc, diag::err_default_not_in_switch); in ActOnDefaultStmt() 444 DefaultStmt *DS = new (Context) DefaultStmt(DefaultLoc, ColonLoc, SubStmt); in ActOnDefaultStmt()
|
D | TreeTransform.h | 1113 StmtResult RebuildDefaultStmt(SourceLocation DefaultLoc, in RebuildDefaultStmt() argument 1116 return getSema().ActOnDefaultStmt(DefaultLoc, ColonLoc, SubStmt, in RebuildDefaultStmt() 2069 SourceLocation DefaultLoc, in RebuildGenericSelectionExpr() argument 2074 return getSema().CreateGenericSelectionExpr(KeyLoc, DefaultLoc, RParenLoc, in RebuildGenericSelectionExpr()
|
D | SemaExpr.cpp | 1299 SourceLocation DefaultLoc, in ActOnGenericSelectionExpr() argument 1315 ExprResult ER = CreateGenericSelectionExpr(KeyLoc, DefaultLoc, RParenLoc, in ActOnGenericSelectionExpr() 1325 SourceLocation DefaultLoc, in CreateGenericSelectionExpr() argument 1405 Context, KeyLoc, ControllingExpr, Types, Exprs, DefaultLoc, RParenLoc, in CreateGenericSelectionExpr() 1459 Context, KeyLoc, ControllingExpr, Types, Exprs, DefaultLoc, RParenLoc, in CreateGenericSelectionExpr()
|
/external/clang/lib/Parse/ |
D | ParseExpr.cpp | 2388 SourceLocation DefaultLoc; in ParseGenericSelectionExpression() local 2396 if (!DefaultLoc.isInvalid()) { in ParseGenericSelectionExpression() 2398 Diag(DefaultLoc, diag::note_previous_default_assoc); in ParseGenericSelectionExpression() 2402 DefaultLoc = ConsumeToken(); in ParseGenericSelectionExpression() 2435 return Actions.ActOnGenericSelectionExpr(KeyLoc, DefaultLoc, in ParseGenericSelectionExpression()
|
D | ParseStmt.cpp | 771 SourceLocation DefaultLoc = ConsumeToken(); // eat the 'default'. in ParseDefaultStatement() local 805 return Actions.ActOnDefaultStmt(DefaultLoc, ColonLoc, in ParseDefaultStatement()
|
D | ParseExprCXX.cpp | 799 Intro.DefaultLoc = ConsumeToken(); in ParseLambdaIntroducer() 803 Intro.DefaultLoc = ConsumeToken(); in ParseLambdaIntroducer()
|
/external/clang/lib/AST/ |
D | Expr.cpp | 3764 SourceLocation DefaultLoc, in GenericSelectionExpr() argument 3779 GenericLoc(GenericLoc), DefaultLoc(DefaultLoc), RParenLoc(RParenLoc) { in GenericSelectionExpr() 3790 SourceLocation DefaultLoc, in GenericSelectionExpr() argument 3804 DefaultLoc(DefaultLoc), RParenLoc(RParenLoc) { in GenericSelectionExpr()
|
/external/clang/include/clang/AST/ |
D | Expr.h | 4375 SourceLocation GenericLoc, DefaultLoc, RParenLoc; variable 4382 SourceLocation DefaultLoc, SourceLocation RParenLoc, 4391 SourceLocation DefaultLoc, SourceLocation RParenLoc, 4400 SourceLocation getDefaultLoc() const { return DefaultLoc; } in getDefaultLoc()
|
/external/clang/include/clang/Sema/ |
D | DeclSpec.h | 2234 SourceLocation DefaultLoc; member
|
D | Sema.h | 1588 void SetDeclDefaulted(Decl *dcl, SourceLocation DefaultLoc); 3077 StmtResult ActOnDefaultStmt(SourceLocation DefaultLoc, 3542 SourceLocation DefaultLoc, 3548 SourceLocation DefaultLoc,
|
/external/clang/lib/Serialization/ |
D | ASTReaderStmt.cpp | 884 E->DefaultLoc = ReadSourceLocation(Record, Idx); in VisitGenericSelectionExpr()
|