Home
last modified time | relevance | path

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

/external/clang/lib/Sema/
DSemaExprCXX.cpp2643 SourceLocation KeyLoc, QualType T) { in EvaluateUnaryTypeTrait() argument
2835 LookupResult Res(Self, DeclarationNameInfo(Name, KeyLoc), in EvaluateUnaryTypeTrait()
2987 SourceLocation KeyLoc) { in EvaluateBinaryTypeTrait() argument
3014 if (Self.RequireCompleteType(KeyLoc, RhsT, in EvaluateBinaryTypeTrait()
3056 OpaqueValueExpr From(KeyLoc, LhsT.getNonLValueExprType(Self.Context), in EvaluateBinaryTypeTrait()
3059 InitializationKind Kind(InitializationKind::CreateCopy(KeyLoc, in EvaluateBinaryTypeTrait()
3127 SourceLocation KeyLoc) { in EvaluateArrayTypeTrait() argument
3147 Self.Diag(KeyLoc, diag::err_dimension_expr_not_constant_integer) << in EvaluateArrayTypeTrait()
3153 Self.Diag(KeyLoc, diag::err_dimension_expr_not_constant_integer) << in EvaluateArrayTypeTrait()
4533 ExprResult Sema::BuildCXXNoexceptExpr(SourceLocation KeyLoc, Expr *Operand, in BuildCXXNoexceptExpr() argument
[all …]
DSemaTemplate.cpp515 SourceLocation KeyLoc, in ActOnTypeParameter() argument
536 Loc = KeyLoc; in ActOnTypeParameter()
540 KeyLoc, Loc, Depth, Position, ParamName, in ActOnTypeParameter()
DSemaExpr.cpp826 Sema::ActOnGenericSelectionExpr(SourceLocation KeyLoc, in ActOnGenericSelectionExpr() argument
846 ExprResult ER = CreateGenericSelectionExpr(KeyLoc, DefaultLoc, RParenLoc, in ActOnGenericSelectionExpr()
854 Sema::CreateGenericSelectionExpr(SourceLocation KeyLoc, in CreateGenericSelectionExpr() argument
921 Context, KeyLoc, ControllingExpr, in CreateGenericSelectionExpr()
976 Context, KeyLoc, ControllingExpr, in CreateGenericSelectionExpr()
DTreeTransform.h1652 ExprResult RebuildGenericSelectionExpr(SourceLocation KeyLoc, in RebuildGenericSelectionExpr() argument
1659 return getSema().CreateGenericSelectionExpr(KeyLoc, DefaultLoc, RParenLoc, in RebuildGenericSelectionExpr()
/external/clang/lib/Parse/
DParseExpr.cpp1023 SourceLocation KeyLoc = ConsumeToken(); in ParseCastExpression() local
1035 Result = Actions.ActOnNoexceptExpr(KeyLoc, LParen, Result.take(), RParen); in ParseCastExpression()
2005 SourceLocation KeyLoc = ConsumeToken(); in ParseGenericSelectionExpression() local
2008 Diag(KeyLoc, diag::ext_c1x_generic_selection); in ParseGenericSelectionExpression()
2081 return Actions.ActOnGenericSelectionExpr(KeyLoc, DefaultLoc, RParenLoc, in ParseGenericSelectionExpression()
DParseTemplate.cpp462 SourceLocation KeyLoc = ConsumeToken(); in ParseTypeParameter() local
501 EllipsisLoc, KeyLoc, ParamName, NameLoc, in ParseTypeParameter()
/external/clang/lib/AST/
DDeclTemplate.cpp425 SourceLocation KeyLoc, SourceLocation NameLoc, in Create() argument
429 new (C) TemplateTypeParmDecl(DC, KeyLoc, NameLoc, Id, Typename); in Create()
/external/clang/include/clang/AST/
DDeclTemplate.h958 TemplateTypeParmDecl(DeclContext *DC, SourceLocation KeyLoc,
961 : TypeDecl(TemplateTypeParm, DC, IdLoc, Id, KeyLoc), Typename(Typename),
969 SourceLocation KeyLoc,
/external/clang/include/clang/Sema/
DSema.h2268 ExprResult ActOnGenericSelectionExpr(SourceLocation KeyLoc,
2274 ExprResult CreateGenericSelectionExpr(SourceLocation KeyLoc,
2963 ExprResult ActOnNoexceptExpr(SourceLocation KeyLoc, SourceLocation LParen,
2965 ExprResult BuildCXXNoexceptExpr(SourceLocation KeyLoc, Expr *Operand,
3614 SourceLocation KeyLoc,