Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/lib/Sema/
H A DSemaExprCXX.cpp5012 DeclarationNameInfo NameInfo(Name, KeyLoc); in HasNoThrowOperator()
5026 CPT = Self.ResolveExceptionSpec(KeyLoc, CPT); in HasNoThrowOperator()
5058 Self.Diag(KeyLoc, diag::err_vla_unsupported) in EvaluateUnaryTypeTrait()
5066 Self.Diag(KeyLoc, diag::err_vla_unsupported) in EvaluateUnaryTypeTrait()
5297 CPT = Self.ResolveExceptionSpec(KeyLoc, CPT); in EvaluateUnaryTypeTrait()
5385 CPT = Self.ResolveExceptionSpec(KeyLoc, CPT); in EvaluateUnaryTypeTrait()
5423 CPT = Self.ResolveExceptionSpec(KeyLoc, CPT); in EvaluateUnaryTypeTrait()
5765 if (Self.RequireCompleteType(KeyLoc, RhsT, in EvaluateBinaryTypeTrait()
5817 if (!Self.isCompleteType(KeyLoc, RhsT) || Self.isAbstractType(KeyLoc, RhsT)) in EvaluateBinaryTypeTrait()
5861 Self.RequireCompleteType(KeyLoc, LhsT, in EvaluateBinaryTypeTrait()
[all …]
H A DSemaExpr.cpp1637 SourceLocation KeyLoc, SourceLocation DefaultLoc, SourceLocation RParenLoc, in ActOnGenericSelectionExpr() argument
1662 KeyLoc, DefaultLoc, RParenLoc, PredicateIsExpr, ControllingExprOrType, in ActOnGenericSelectionExpr()
1669 SourceLocation KeyLoc, SourceLocation DefaultLoc, SourceLocation RParenLoc, in CreateGenericSelectionExpr() argument
1808 return GenericSelectionExpr::Create(Context, KeyLoc, ControllingExpr, in CreateGenericSelectionExpr()
1811 return GenericSelectionExpr::Create(Context, KeyLoc, ControllingType, Types, in CreateGenericSelectionExpr()
1889 Context, KeyLoc, ControllingExpr, Types, Exprs, DefaultLoc, RParenLoc, in CreateGenericSelectionExpr()
1893 Context, KeyLoc, ControllingType, Types, Exprs, DefaultLoc, RParenLoc, in CreateGenericSelectionExpr()
H A DTreeTransform.h3056 ExprResult RebuildGenericSelectionExpr(SourceLocation KeyLoc, in RebuildGenericSelectionExpr() argument
3062 return getSema().CreateGenericSelectionExpr(KeyLoc, DefaultLoc, RParenLoc, in RebuildGenericSelectionExpr()
3071 ExprResult RebuildGenericSelectionExpr(SourceLocation KeyLoc, in RebuildGenericSelectionExpr() argument
3077 return getSema().CreateGenericSelectionExpr(KeyLoc, DefaultLoc, RParenLoc, in RebuildGenericSelectionExpr()
H A DSemaTemplate.cpp1038 SourceLocation KeyLoc, in ActOnTypeParameter() argument
1051 KeyLoc, ParamNameLoc, Depth, Position, in ActOnTypeParameter()
/freebsd/contrib/llvm-project/clang/lib/Parse/
H A DParseTemplate.cpp805 SourceLocation KeyLoc; in ParseTypeParameter() local
815 KeyLoc = ConsumeAnnotationToken(); in ParseTypeParameter()
822 KeyLoc = ConsumeToken(); in ParseTypeParameter()
873 KeyLoc, ParamName, NameLoc, in ParseTypeParameter()
H A DParseExpr.cpp1733 SourceLocation KeyLoc = ConsumeToken(); in ParseCastExpression() local
1748 Res = Actions.ActOnNoexceptExpr(KeyLoc, T.getOpenLocation(), Res.get(), in ParseCastExpression()
3383 SourceLocation KeyLoc = ConsumeToken(); in ParseGenericSelectionExpression() local
3471 KeyLoc, DefaultLoc, T.getCloseLocation(), ControllingExpr.isUsable(), in ParseGenericSelectionExpression()
/freebsd/contrib/llvm-project/clang/include/clang/AST/
H A DDeclTemplate.h1210 TemplateTypeParmDecl(DeclContext *DC, SourceLocation KeyLoc,
1214 : TypeDecl(TemplateTypeParm, DC, IdLoc, Id, KeyLoc), Typename(Typename),
1221 Create(const ASTContext &C, DeclContext *DC, SourceLocation KeyLoc,
/freebsd/contrib/llvm-project/clang/lib/AST/
H A DDeclTemplate.cpp640 const ASTContext &C, DeclContext *DC, SourceLocation KeyLoc, in Create() argument
647 TemplateTypeParmDecl(DC, KeyLoc, NameLoc, Id, Typename, in Create()
/freebsd/contrib/llvm-project/clang/include/clang/Sema/
H A DSema.h5812 ExprResult ActOnGenericSelectionExpr(SourceLocation KeyLoc,
5823 ExprResult CreateGenericSelectionExpr(SourceLocation KeyLoc,
6942 ExprResult ActOnNoexceptExpr(SourceLocation KeyLoc, SourceLocation LParen,
6944 ExprResult BuildCXXNoexceptExpr(SourceLocation KeyLoc, Expr *Operand,
8266 SourceLocation KeyLoc,