Home
last modified time | relevance | path

Searched refs:KeyLoc (Results 1 – 9 of 9) sorted by relevance

/external/clang/lib/Sema/
DSemaExprCXX.cpp2928 SourceLocation KeyLoc, QualType T) { in EvaluateUnaryTypeTrait() argument
3124 LookupResult Res(Self, DeclarationNameInfo(Name, KeyLoc), in EvaluateUnaryTypeTrait()
3138 CPT = Self.ResolveExceptionSpec(KeyLoc, CPT); in EvaluateUnaryTypeTrait()
3180 CPT = Self.ResolveExceptionSpec(KeyLoc, CPT); in EvaluateUnaryTypeTrait()
3218 CPT = Self.ResolveExceptionSpec(KeyLoc, CPT); in EvaluateUnaryTypeTrait()
3409 SourceLocation KeyLoc) { in EvaluateBinaryTypeTrait() argument
3436 if (Self.RequireCompleteType(KeyLoc, RhsT, in EvaluateBinaryTypeTrait()
3478 OpaqueValueExpr From(KeyLoc, LhsT.getNonLValueExprType(Self.Context), in EvaluateBinaryTypeTrait()
3481 InitializationKind Kind(InitializationKind::CreateCopy(KeyLoc, in EvaluateBinaryTypeTrait()
3510 Self.RequireCompleteType(KeyLoc, LhsT, in EvaluateBinaryTypeTrait()
[all …]
DSemaTemplate.cpp544 SourceLocation KeyLoc, in ActOnTypeParameter() argument
566 Loc = KeyLoc; in ActOnTypeParameter()
570 KeyLoc, Loc, Depth, Position, ParamName, in ActOnTypeParameter()
DSemaExpr.cpp996 Sema::ActOnGenericSelectionExpr(SourceLocation KeyLoc, in ActOnGenericSelectionExpr() argument
1016 ExprResult ER = CreateGenericSelectionExpr(KeyLoc, DefaultLoc, RParenLoc, in ActOnGenericSelectionExpr()
1024 Sema::CreateGenericSelectionExpr(SourceLocation KeyLoc, in CreateGenericSelectionExpr() argument
1091 Context, KeyLoc, ControllingExpr, in CreateGenericSelectionExpr()
1146 Context, KeyLoc, ControllingExpr, in CreateGenericSelectionExpr()
DTreeTransform.h1734 ExprResult RebuildGenericSelectionExpr(SourceLocation KeyLoc, in RebuildGenericSelectionExpr() argument
1741 return getSema().CreateGenericSelectionExpr(KeyLoc, DefaultLoc, RParenLoc, in RebuildGenericSelectionExpr()
/external/clang/lib/Parse/
DParseExpr.cpp1106 SourceLocation KeyLoc = ConsumeToken(); in ParseCastExpression() local
1120 Result = Actions.ActOnNoexceptExpr(KeyLoc, T.getOpenLocation(), in ParseCastExpression()
2158 SourceLocation KeyLoc = ConsumeToken(); in ParseGenericSelectionExpression() local
2161 Diag(KeyLoc, diag::ext_c11_generic_selection); in ParseGenericSelectionExpression()
2234 return Actions.ActOnGenericSelectionExpr(KeyLoc, DefaultLoc, in ParseGenericSelectionExpression()
DParseTemplate.cpp474 SourceLocation KeyLoc = ConsumeToken(); in ParseTypeParameter() local
516 EllipsisLoc, KeyLoc, ParamName, NameLoc, in ParseTypeParameter()
/external/clang/include/clang/AST/
DDeclTemplate.h887 TemplateTypeParmDecl(DeclContext *DC, SourceLocation KeyLoc,
890 : TypeDecl(TemplateTypeParm, DC, IdLoc, Id, KeyLoc), Typename(Typename),
898 SourceLocation KeyLoc,
/external/clang/lib/AST/
DDeclTemplate.cpp439 SourceLocation KeyLoc, SourceLocation NameLoc, in Create() argument
443 new (C) TemplateTypeParmDecl(DC, KeyLoc, NameLoc, Id, Typename); in Create()
/external/clang/include/clang/Sema/
DSema.h2653 ExprResult ActOnGenericSelectionExpr(SourceLocation KeyLoc,
2659 ExprResult CreateGenericSelectionExpr(SourceLocation KeyLoc,
3503 ExprResult ActOnNoexceptExpr(SourceLocation KeyLoc, SourceLocation LParen,
3505 ExprResult BuildCXXNoexceptExpr(SourceLocation KeyLoc, Expr *Operand,
4327 SourceLocation KeyLoc,