Searched refs:DefaultLoc (Results 1 - 14 of 14) sorted by relevance

/external/clang/lib/Parse/
H A DParseExpr.cpp2232 SourceLocation DefaultLoc; local
2240 if (!DefaultLoc.isInvalid()) {
2242 Diag(DefaultLoc, diag::note_previous_default_assoc);
2246 DefaultLoc = ConsumeToken();
2278 return Actions.ActOnGenericSelectionExpr(KeyLoc, DefaultLoc,
H A DParseStmt.cpp751 SourceLocation DefaultLoc = ConsumeToken(); // eat the 'default'. local
785 return Actions.ActOnDefaultStmt(DefaultLoc, ColonLoc,
H A DParseExprCXX.cpp750 Intro.DefaultLoc = ConsumeToken();
754 Intro.DefaultLoc = ConsumeToken();
/external/clang/lib/Sema/
H A DSemaLambda.cpp930 Intro.Default, Intro.DefaultLoc,
950 Diag(Intro.DefaultLoc, diag::err_capture_default_non_local);
957 = Intro.Default == LCD_None? Intro.Range.getBegin() : Intro.DefaultLoc;
H A DSemaOpenMP.cpp1233 SourceLocation DefaultLoc; member in class:__anon18074::OpenMPIterationSpaceChecker
1258 OpenMPIterationSpaceChecker(Sema &SemaRef, SourceLocation DefaultLoc) argument
1259 : SemaRef(SemaRef), DefaultLoc(DefaultLoc), ConditionLoc(DefaultLoc),
1385 SemaRef.Diag(DefaultLoc, diag::err_omp_loop_not_canonical_init);
1442 SemaRef.Diag(DefaultLoc, diag::err_omp_loop_not_canonical_cond) << Var;
1531 SemaRef.Diag(DefaultLoc, diag::err_omp_loop_not_canonical_incr) << Var;
H A DSemaStmt.cpp399 Sema::ActOnDefaultStmt(SourceLocation DefaultLoc, SourceLocation ColonLoc, argument
404 Diag(DefaultLoc, diag::err_default_not_in_switch);
408 DefaultStmt *DS = new (Context) DefaultStmt(DefaultLoc, ColonLoc, SubStmt);
H A DSemaDeclCXX.cpp12178 void Sema::SetDeclDefaulted(Decl *Dcl, SourceLocation DefaultLoc) { argument
12191 Diag(DefaultLoc, diag::err_default_special_members);
12216 ResolveExceptionSpec(DefaultLoc,
12224 DefineImplicitDefaultConstructor(DefaultLoc,
12228 DefineImplicitCopyConstructor(DefaultLoc, cast<CXXConstructorDecl>(MD));
12231 DefineImplicitCopyAssignment(DefaultLoc, MD);
12234 DefineImplicitDestructor(DefaultLoc, cast<CXXDestructorDecl>(MD));
12237 DefineImplicitMoveConstructor(DefaultLoc, cast<CXXConstructorDecl>(MD));
12240 DefineImplicitMoveAssignment(DefaultLoc, MD);
12246 Diag(DefaultLoc, dia
[all...]
H A DTreeTransform.h1086 StmtResult RebuildDefaultStmt(SourceLocation DefaultLoc, argument
1089 return getSema().ActOnDefaultStmt(DefaultLoc, ColonLoc, SubStmt,
2012 SourceLocation DefaultLoc,
2017 return getSema().CreateGenericSelectionExpr(KeyLoc, DefaultLoc, RParenLoc,
2011 RebuildGenericSelectionExpr(SourceLocation KeyLoc, SourceLocation DefaultLoc, SourceLocation RParenLoc, Expr *ControllingExpr, ArrayRef<TypeSourceInfo *> Types, ArrayRef<Expr *> Exprs) argument
H A DSemaExpr.cpp1300 SourceLocation DefaultLoc,
1316 ExprResult ER = CreateGenericSelectionExpr(KeyLoc, DefaultLoc, RParenLoc,
1326 SourceLocation DefaultLoc,
1399 Context, KeyLoc, ControllingExpr, Types, Exprs, DefaultLoc, RParenLoc,
1453 Context, KeyLoc, ControllingExpr, Types, Exprs, DefaultLoc, RParenLoc,
1299 ActOnGenericSelectionExpr(SourceLocation KeyLoc, SourceLocation DefaultLoc, SourceLocation RParenLoc, Expr *ControllingExpr, ArrayRef<ParsedType> ArgTypes, ArrayRef<Expr *> ArgExprs) argument
1325 CreateGenericSelectionExpr(SourceLocation KeyLoc, SourceLocation DefaultLoc, SourceLocation RParenLoc, Expr *ControllingExpr, ArrayRef<TypeSourceInfo *> Types, ArrayRef<Expr *> Exprs) argument
/external/clang/lib/AST/
H A DExpr.cpp3670 SourceLocation DefaultLoc,
3685 GenericLoc(GenericLoc), DefaultLoc(DefaultLoc), RParenLoc(RParenLoc) {
3696 SourceLocation DefaultLoc,
3710 DefaultLoc(DefaultLoc), RParenLoc(RParenLoc) {
3666 GenericSelectionExpr(const ASTContext &Context, SourceLocation GenericLoc, Expr *ControllingExpr, ArrayRef<TypeSourceInfo*> AssocTypes, ArrayRef<Expr*> AssocExprs, SourceLocation DefaultLoc, SourceLocation RParenLoc, bool ContainsUnexpandedParameterPack, unsigned ResultIndex) argument
3692 GenericSelectionExpr(const ASTContext &Context, SourceLocation GenericLoc, Expr *ControllingExpr, ArrayRef<TypeSourceInfo*> AssocTypes, ArrayRef<Expr*> AssocExprs, SourceLocation DefaultLoc, SourceLocation RParenLoc, bool ContainsUnexpandedParameterPack) argument
/external/clang/include/clang/AST/
H A DExpr.h4360 SourceLocation GenericLoc, DefaultLoc, RParenLoc;
4367 SourceLocation DefaultLoc, SourceLocation RParenLoc,
4376 SourceLocation DefaultLoc, SourceLocation RParenLoc,
4385 SourceLocation getDefaultLoc() const { return DefaultLoc; }
/external/clang/include/clang/Sema/
H A DDeclSpec.h2178 SourceLocation DefaultLoc; member in struct:LambdaIntroducer
H A DSema.h1638 void SetDeclDefaulted(Decl *dcl, SourceLocation DefaultLoc);
3010 StmtResult ActOnDefaultStmt(SourceLocation DefaultLoc,
3459 SourceLocation DefaultLoc,
3465 SourceLocation DefaultLoc,
/external/clang/lib/Serialization/
H A DASTReaderStmt.cpp883 E->DefaultLoc = ReadSourceLocation(Record, Idx);

Completed in 795 milliseconds