| /llvm-project-15.0.7/clang/lib/Sema/ |
| H A D | SemaExprCXX.cpp | 4847 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 D | SemaExpr.cpp | 1610 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 D | SemaTemplate.cpp | 1036 SourceLocation KeyLoc, in ActOnTypeParameter() argument 1049 KeyLoc, ParamNameLoc, Depth, Position, in ActOnTypeParameter()
|
| H A D | TreeTransform.h | 2897 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 D | ParseTemplate.cpp | 792 SourceLocation KeyLoc; in ParseTypeParameter() local 802 KeyLoc = ConsumeAnnotationToken(); in ParseTypeParameter() 809 KeyLoc = ConsumeToken(); in ParseTypeParameter() 853 KeyLoc, ParamName, NameLoc, in ParseTypeParameter()
|
| H A D | ParseExpr.cpp | 1686 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 D | DeclTemplate.h | 1239 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 D | DeclTemplate.cpp | 629 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 D | Sema.h | 5533 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,
|