Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/tools/clang/lib/Sema/
H A DSemaExprCXX.cpp4473 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 DSemaTemplate.cpp908 SourceLocation KeyLoc, in ActOnTypeParameter() argument
919 Loc = KeyLoc; in ActOnTypeParameter()
924 KeyLoc, Loc, Depth, Position, ParamName, in ActOnTypeParameter()
H A DSemaExpr.cpp1324 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 DTreeTransform.h2459 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 DParseExpr.cpp1386 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 DParseTemplate.cpp521 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 DDeclTemplate.cpp488 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 DDeclTemplate.h1173 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 DSema.h4263 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,