Searched defs:DefaultLoc (Results 1 - 8 of 8) sorted by relevance

/external/clang/lib/Parse/
H A DParseExpr.cpp2234 SourceLocation DefaultLoc; local
2242 if (!DefaultLoc.isInvalid()) {
2244 Diag(DefaultLoc, diag::note_previous_default_assoc);
2248 DefaultLoc = ConsumeToken();
2284 return Actions.ActOnGenericSelectionExpr(KeyLoc, DefaultLoc,
H A DParseStmt.cpp627 SourceLocation DefaultLoc = ConsumeToken(); // eat the 'default'. local
662 return Actions.ActOnDefaultStmt(DefaultLoc, ColonLoc,
/external/clang/lib/AST/
H A DExpr.cpp3553 SourceLocation DefaultLoc,
3568 GenericLoc(GenericLoc), DefaultLoc(DefaultLoc), RParenLoc(RParenLoc) {
3579 SourceLocation DefaultLoc,
3593 DefaultLoc(DefaultLoc), RParenLoc(RParenLoc) {
3549 GenericSelectionExpr(ASTContext &Context, SourceLocation GenericLoc, Expr *ControllingExpr, ArrayRef<TypeSourceInfo*> AssocTypes, ArrayRef<Expr*> AssocExprs, SourceLocation DefaultLoc, SourceLocation RParenLoc, bool ContainsUnexpandedParameterPack, unsigned ResultIndex) argument
3575 GenericSelectionExpr(ASTContext &Context, SourceLocation GenericLoc, Expr *ControllingExpr, ArrayRef<TypeSourceInfo*> AssocTypes, ArrayRef<Expr*> AssocExprs, SourceLocation DefaultLoc, SourceLocation RParenLoc, bool ContainsUnexpandedParameterPack) argument
/external/clang/lib/Sema/
H A DSemaStmt.cpp375 Sema::ActOnDefaultStmt(SourceLocation DefaultLoc, SourceLocation ColonLoc, argument
380 Diag(DefaultLoc, diag::err_default_not_in_switch);
384 DefaultStmt *DS = new (Context) DefaultStmt(DefaultLoc, ColonLoc, SubStmt);
H A DSemaDeclCXX.cpp11006 void Sema::SetDeclDefaulted(Decl *Dcl, SourceLocation DefaultLoc) { argument
11018 Diag(DefaultLoc, diag::err_default_special_members);
11040 ResolveExceptionSpec(DefaultLoc,
11047 DefineImplicitDefaultConstructor(DefaultLoc, CD);
11054 DefineImplicitCopyConstructor(DefaultLoc, CD);
11060 DefineImplicitCopyAssignment(DefaultLoc, MD);
11067 DefineImplicitDestructor(DefaultLoc, DD);
11074 DefineImplicitMoveConstructor(DefaultLoc, CD);
11080 DefineImplicitMoveAssignment(DefaultLoc, MD);
11088 Diag(DefaultLoc, dia
[all...]
H A DSemaExpr.cpp1142 SourceLocation DefaultLoc,
1161 ExprResult ER = CreateGenericSelectionExpr(KeyLoc, DefaultLoc, RParenLoc,
1170 SourceLocation DefaultLoc,
1245 DefaultLoc, RParenLoc, ContainsUnexpandedParameterPack));
1301 DefaultLoc, RParenLoc, ContainsUnexpandedParameterPack,
1141 ActOnGenericSelectionExpr(SourceLocation KeyLoc, SourceLocation DefaultLoc, SourceLocation RParenLoc, Expr *ControllingExpr, MultiTypeArg ArgTypes, MultiExprArg ArgExprs) argument
1169 CreateGenericSelectionExpr(SourceLocation KeyLoc, SourceLocation DefaultLoc, SourceLocation RParenLoc, Expr *ControllingExpr, TypeSourceInfo **Types, Expr **Exprs, unsigned NumAssocs) argument
H A DTreeTransform.h1045 StmtResult RebuildDefaultStmt(SourceLocation DefaultLoc, argument
1048 return getSema().ActOnDefaultStmt(DefaultLoc, ColonLoc, SubStmt,
1739 SourceLocation DefaultLoc,
1745 return getSema().CreateGenericSelectionExpr(KeyLoc, DefaultLoc, RParenLoc,
1738 RebuildGenericSelectionExpr(SourceLocation KeyLoc, SourceLocation DefaultLoc, SourceLocation RParenLoc, Expr *ControllingExpr, TypeSourceInfo **Types, Expr **Exprs, unsigned NumAssocs) argument
/external/clang/include/clang/Sema/
H A DDeclSpec.h2081 SourceLocation DefaultLoc; member in struct:LambdaIntroducer

Completed in 230 milliseconds