| /freebsd-12.1/contrib/llvm/tools/clang/lib/Sema/ |
| H A D | SemaExprCXX.cpp | 4473 DeclarationNameInfo NameInfo(Name, KeyLoc); in HasNoThrowOperator() 4488 CPT = Self.ResolveExceptionSpec(KeyLoc, CPT); in HasNoThrowOperator() 4736 CPT = Self.ResolveExceptionSpec(KeyLoc, CPT); in EvaluateUnaryTypeTrait() 4778 return HasNoThrowOperator(RT, OO_Equal, Self, KeyLoc, C, in EvaluateUnaryTypeTrait() 4825 CPT = Self.ResolveExceptionSpec(KeyLoc, CPT); in EvaluateUnaryTypeTrait() 4864 CPT = Self.ResolveExceptionSpec(KeyLoc, CPT); in EvaluateUnaryTypeTrait() 5106 if (Self.RequireCompleteType(KeyLoc, RhsT, in EvaluateBinaryTypeTrait() 5158 if (!Self.isCompleteType(KeyLoc, RhsT) || Self.isAbstractType(KeyLoc, RhsT)) in EvaluateBinaryTypeTrait() 5202 Self.RequireCompleteType(KeyLoc, LhsT, in EvaluateBinaryTypeTrait() 5206 Self.RequireCompleteType(KeyLoc, RhsT, in EvaluateBinaryTypeTrait() [all …]
|
| H A D | SemaTemplate.cpp | 908 SourceLocation KeyLoc, in ActOnTypeParameter() argument 919 Loc = KeyLoc; in ActOnTypeParameter() 924 KeyLoc, Loc, Depth, Position, ParamName, in ActOnTypeParameter()
|
| H A D | SemaExpr.cpp | 1324 Sema::ActOnGenericSelectionExpr(SourceLocation KeyLoc, in ActOnGenericSelectionExpr() argument 1341 ExprResult ER = CreateGenericSelectionExpr(KeyLoc, DefaultLoc, RParenLoc, in ActOnGenericSelectionExpr() 1350 Sema::CreateGenericSelectionExpr(SourceLocation KeyLoc, in CreateGenericSelectionExpr() argument 1437 Context, KeyLoc, ControllingExpr, Types, Exprs, DefaultLoc, RParenLoc, in CreateGenericSelectionExpr() 1490 Context, KeyLoc, ControllingExpr, Types, Exprs, DefaultLoc, RParenLoc, in CreateGenericSelectionExpr()
|
| H A D | TreeTransform.h | 2459 ExprResult RebuildGenericSelectionExpr(SourceLocation KeyLoc, in RebuildGenericSelectionExpr() argument 2465 return getSema().CreateGenericSelectionExpr(KeyLoc, DefaultLoc, RParenLoc, in RebuildGenericSelectionExpr()
|
| /freebsd-12.1/contrib/llvm/tools/clang/lib/Parse/ |
| H A D | ParseExpr.cpp | 1386 SourceLocation KeyLoc = ConsumeToken(); in ParseCastExpression() local 1401 Result = Actions.ActOnNoexceptExpr(KeyLoc, T.getOpenLocation(), in ParseCastExpression() 2684 SourceLocation KeyLoc = ConsumeToken(); in ParseGenericSelectionExpression() local 2687 Diag(KeyLoc, diag::ext_c11_generic_selection); in ParseGenericSelectionExpression() 2759 return Actions.ActOnGenericSelectionExpr(KeyLoc, DefaultLoc, in ParseGenericSelectionExpression()
|
| H A D | ParseTemplate.cpp | 521 SourceLocation KeyLoc = ConsumeToken(); in ParseTypeParameter() local 562 KeyLoc, ParamName, NameLoc, Depth, Position, in ParseTypeParameter()
|
| /freebsd-12.1/contrib/llvm/tools/clang/lib/AST/ |
| H A D | DeclTemplate.cpp | 488 SourceLocation KeyLoc, SourceLocation NameLoc, in Create() argument 492 new (C, DC) TemplateTypeParmDecl(DC, KeyLoc, NameLoc, Id, Typename); in Create()
|
| /freebsd-12.1/contrib/llvm/tools/clang/include/clang/AST/ |
| H A D | DeclTemplate.h | 1173 TemplateTypeParmDecl(DeclContext *DC, SourceLocation KeyLoc, 1176 : TypeDecl(TemplateTypeParm, DC, IdLoc, Id, KeyLoc), Typename(Typename) {} 1180 SourceLocation KeyLoc,
|
| /freebsd-12.1/contrib/llvm/tools/clang/include/clang/Sema/ |
| H A D | Sema.h | 4263 ExprResult ActOnGenericSelectionExpr(SourceLocation KeyLoc, 4269 ExprResult CreateGenericSelectionExpr(SourceLocation KeyLoc, 5266 ExprResult ActOnNoexceptExpr(SourceLocation KeyLoc, SourceLocation LParen, 5268 ExprResult BuildCXXNoexceptExpr(SourceLocation KeyLoc, Expr *Operand, 6191 SourceLocation KeyLoc,
|