Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/clang/lib/Sema/
H A DSemaExprCXX.cpp4784 DeclarationNameInfo NameInfo(Name, KeyLoc); in HasNoThrowOperator()
4798 CPT = Self.ResolveExceptionSpec(KeyLoc, CPT); in HasNoThrowOperator()
5049 CPT = Self.ResolveExceptionSpec(KeyLoc, CPT); in EvaluateUnaryTypeTrait()
5091 return HasNoThrowOperator(RT, OO_Equal, Self, KeyLoc, C, in EvaluateUnaryTypeTrait()
5137 CPT = Self.ResolveExceptionSpec(KeyLoc, CPT); in EvaluateUnaryTypeTrait()
5175 CPT = Self.ResolveExceptionSpec(KeyLoc, CPT); in EvaluateUnaryTypeTrait()
5423 if (Self.RequireCompleteType(KeyLoc, RhsT, in EvaluateBinaryTypeTrait()
5475 if (!Self.isCompleteType(KeyLoc, RhsT) || Self.isAbstractType(KeyLoc, RhsT)) in EvaluateBinaryTypeTrait()
5519 Self.RequireCompleteType(KeyLoc, LhsT, in EvaluateBinaryTypeTrait()
5523 Self.RequireCompleteType(KeyLoc, RhsT, in EvaluateBinaryTypeTrait()
[all …]
H A DSemaExpr.cpp1584 Sema::ActOnGenericSelectionExpr(SourceLocation KeyLoc, in ActOnGenericSelectionExpr() argument
1601 ExprResult ER = CreateGenericSelectionExpr(KeyLoc, DefaultLoc, RParenLoc, in ActOnGenericSelectionExpr()
1610 Sema::CreateGenericSelectionExpr(SourceLocation KeyLoc, in CreateGenericSelectionExpr() argument
1696 return GenericSelectionExpr::Create(Context, KeyLoc, ControllingExpr, Types, in CreateGenericSelectionExpr()
1750 Context, KeyLoc, ControllingExpr, Types, Exprs, DefaultLoc, RParenLoc, in CreateGenericSelectionExpr()
H A DSemaTemplate.cpp1031 SourceLocation KeyLoc, in ActOnTypeParameter() argument
1044 KeyLoc, ParamNameLoc, Depth, Position, in ActOnTypeParameter()
H A DTreeTransform.h2835 ExprResult RebuildGenericSelectionExpr(SourceLocation KeyLoc, in RebuildGenericSelectionExpr() argument
2841 return getSema().CreateGenericSelectionExpr(KeyLoc, DefaultLoc, RParenLoc, in RebuildGenericSelectionExpr()
/freebsd-13.1/contrib/llvm-project/clang/lib/Parse/
H A DParseTemplate.cpp768 SourceLocation KeyLoc; in ParseTypeParameter() local
778 KeyLoc = ConsumeAnnotationToken(); in ParseTypeParameter()
785 KeyLoc = ConsumeToken(); in ParseTypeParameter()
829 KeyLoc, ParamName, NameLoc, in ParseTypeParameter()
H A DParseExpr.cpp1679 SourceLocation KeyLoc = ConsumeToken(); in ParseCastExpression() local
1694 Res = Actions.ActOnNoexceptExpr(KeyLoc, T.getOpenLocation(), Res.get(), in ParseCastExpression()
3202 SourceLocation KeyLoc = ConsumeToken(); in ParseGenericSelectionExpression() local
3273 return Actions.ActOnGenericSelectionExpr(KeyLoc, DefaultLoc, in ParseGenericSelectionExpression()
/freebsd-13.1/contrib/llvm-project/clang/include/clang/AST/
H A DDeclTemplate.h1208 TemplateTypeParmDecl(DeclContext *DC, SourceLocation KeyLoc,
1212 : TypeDecl(TemplateTypeParm, DC, IdLoc, Id, KeyLoc), Typename(Typename),
1219 SourceLocation KeyLoc,
/freebsd-13.1/contrib/llvm-project/clang/lib/AST/
H A DDeclTemplate.cpp619 SourceLocation KeyLoc, SourceLocation NameLoc, in Create() argument
627 TemplateTypeParmDecl(DC, KeyLoc, NameLoc, Id, Typename, in Create()
/freebsd-13.1/contrib/llvm-project/clang/include/clang/Sema/
H A DSema.h5253 ExprResult ActOnGenericSelectionExpr(SourceLocation KeyLoc,
5259 ExprResult CreateGenericSelectionExpr(SourceLocation KeyLoc,
6348 ExprResult ActOnNoexceptExpr(SourceLocation KeyLoc, SourceLocation LParen,
6350 ExprResult BuildCXXNoexceptExpr(SourceLocation KeyLoc, Expr *Operand,
7520 SourceLocation KeyLoc,