Home
last modified time | relevance | path

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

/llvm-project-15.0.7/clang/lib/Sema/
H A DSemaExprCXX.cpp4847 DeclarationNameInfo NameInfo(Name, KeyLoc); in HasNoThrowOperator()
4861 CPT = Self.ResolveExceptionSpec(KeyLoc, CPT); in HasNoThrowOperator()
5112 CPT = Self.ResolveExceptionSpec(KeyLoc, CPT); in EvaluateUnaryTypeTrait()
5154 return HasNoThrowOperator(RT, OO_Equal, Self, KeyLoc, C, in EvaluateUnaryTypeTrait()
5200 CPT = Self.ResolveExceptionSpec(KeyLoc, CPT); in EvaluateUnaryTypeTrait()
5238 CPT = Self.ResolveExceptionSpec(KeyLoc, CPT); in EvaluateUnaryTypeTrait()
5526 if (Self.RequireCompleteType(KeyLoc, RhsT, in EvaluateBinaryTypeTrait()
5578 if (!Self.isCompleteType(KeyLoc, RhsT) || Self.isAbstractType(KeyLoc, RhsT)) in EvaluateBinaryTypeTrait()
5622 Self.RequireCompleteType(KeyLoc, LhsT, in EvaluateBinaryTypeTrait()
5626 Self.RequireCompleteType(KeyLoc, RhsT, in EvaluateBinaryTypeTrait()
[all …]
H A DSemaExpr.cpp1610 Sema::ActOnGenericSelectionExpr(SourceLocation KeyLoc, in ActOnGenericSelectionExpr() argument
1627 ExprResult ER = CreateGenericSelectionExpr(KeyLoc, DefaultLoc, RParenLoc, in ActOnGenericSelectionExpr()
1636 Sema::CreateGenericSelectionExpr(SourceLocation KeyLoc, in CreateGenericSelectionExpr() argument
1750 return GenericSelectionExpr::Create(Context, KeyLoc, ControllingExpr, Types, in CreateGenericSelectionExpr()
1808 Context, KeyLoc, ControllingExpr, Types, Exprs, DefaultLoc, RParenLoc, in CreateGenericSelectionExpr()
H A DSemaTemplate.cpp1036 SourceLocation KeyLoc, in ActOnTypeParameter() argument
1049 KeyLoc, ParamNameLoc, Depth, Position, in ActOnTypeParameter()
H A DTreeTransform.h2897 ExprResult RebuildGenericSelectionExpr(SourceLocation KeyLoc, in RebuildGenericSelectionExpr() argument
2903 return getSema().CreateGenericSelectionExpr(KeyLoc, DefaultLoc, RParenLoc, in RebuildGenericSelectionExpr()
/llvm-project-15.0.7/clang/lib/Parse/
H A DParseTemplate.cpp792 SourceLocation KeyLoc; in ParseTypeParameter() local
802 KeyLoc = ConsumeAnnotationToken(); in ParseTypeParameter()
809 KeyLoc = ConsumeToken(); in ParseTypeParameter()
853 KeyLoc, ParamName, NameLoc, in ParseTypeParameter()
H A DParseExpr.cpp1686 SourceLocation KeyLoc = ConsumeToken(); in ParseCastExpression() local
1701 Res = Actions.ActOnNoexceptExpr(KeyLoc, T.getOpenLocation(), Res.get(), in ParseCastExpression()
3241 SourceLocation KeyLoc = ConsumeToken(); in ParseGenericSelectionExpression() local
3312 return Actions.ActOnGenericSelectionExpr(KeyLoc, DefaultLoc, in ParseGenericSelectionExpression()
/llvm-project-15.0.7/clang/include/clang/AST/
H A DDeclTemplate.h1239 TemplateTypeParmDecl(DeclContext *DC, SourceLocation KeyLoc,
1242 : TypeDecl(TemplateTypeParm, DC, IdLoc, Id, KeyLoc), Typename(Typename),
1249 SourceLocation KeyLoc,
/llvm-project-15.0.7/clang/lib/AST/
H A DDeclTemplate.cpp629 SourceLocation KeyLoc, SourceLocation NameLoc, in Create() argument
637 TemplateTypeParmDecl(DC, KeyLoc, NameLoc, Id, Typename, in Create()
/llvm-project-15.0.7/clang/include/clang/Sema/
H A DSema.h5533 ExprResult ActOnGenericSelectionExpr(SourceLocation KeyLoc,
5539 ExprResult CreateGenericSelectionExpr(SourceLocation KeyLoc,
6638 ExprResult ActOnNoexceptExpr(SourceLocation KeyLoc, SourceLocation LParen,
6640 ExprResult BuildCXXNoexceptExpr(SourceLocation KeyLoc, Expr *Operand,
7821 SourceLocation KeyLoc,