Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/lib/Sema/
H A DSemaTypeTraits.cpp561 Sema &Self, SourceLocation KeyLoc, ASTContext &C, in HasNoThrowOperator() argument
570 DeclarationNameInfo NameInfo(Name, KeyLoc); in HasNoThrowOperator()
584 CPT = Self.ResolveExceptionSpec(KeyLoc, CPT); in HasNoThrowOperator()
596 SourceLocation KeyLoc) { in HasNonDeletedDefaultedEqualityComparison() argument
610 KeyLoc, in HasNonDeletedDefaultedEqualityComparison()
617 auto Result = S.CreateOverloadedBinOp(KeyLoc, BinaryOperatorKind::BO_EQ, in HasNonDeletedDefaultedEqualityComparison()
640 S, RD, KeyLoc); in HasNonDeletedDefaultedEqualityComparison()
652 return HasNonDeletedDefaultedEqualityComparison(S, RD, KeyLoc); in HasNonDeletedDefaultedEqualityComparison()
658 SourceLocation KeyLoc) { in isTriviallyEqualityComparableType() argument
665 if (!HasNonDeletedDefaultedEqualityComparison(S, RD, KeyLoc)) in isTriviallyEqualityComparableType()
[all …]
H A DSemaExprCXX.cpp7375 ExprResult Sema::BuildCXXNoexceptExpr(SourceLocation KeyLoc, Expr *Operand, in BuildCXXNoexceptExpr() argument
7399 CXXNoexceptExpr(Context.BoolTy, Operand, CanThrow, KeyLoc, RParen); in BuildCXXNoexceptExpr()
7402 ExprResult Sema::ActOnNoexceptExpr(SourceLocation KeyLoc, SourceLocation, in ActOnNoexceptExpr() argument
7404 return BuildCXXNoexceptExpr(KeyLoc, Operand, RParen); in ActOnNoexceptExpr()
H A DSemaExpr.cpp1723 SourceLocation KeyLoc, SourceLocation DefaultLoc, SourceLocation RParenLoc, in ActOnGenericSelectionExpr() argument
1748 KeyLoc, DefaultLoc, RParenLoc, PredicateIsExpr, ControllingExprOrType, in ActOnGenericSelectionExpr()
1755 SourceLocation KeyLoc, SourceLocation DefaultLoc, SourceLocation RParenLoc, in CreateGenericSelectionExpr() argument
1901 return GenericSelectionExpr::Create(Context, KeyLoc, ControllingExpr, in CreateGenericSelectionExpr()
1904 return GenericSelectionExpr::Create(Context, KeyLoc, ControllingType, Types, in CreateGenericSelectionExpr()
1983 Context, KeyLoc, ControllingExpr, Types, Exprs, DefaultLoc, RParenLoc, in CreateGenericSelectionExpr()
1987 Context, KeyLoc, ControllingType, Types, Exprs, DefaultLoc, RParenLoc, in CreateGenericSelectionExpr()
H A DTreeTransform.h3149 ExprResult RebuildGenericSelectionExpr(SourceLocation KeyLoc, in RebuildGenericSelectionExpr() argument
3155 return getSema().CreateGenericSelectionExpr(KeyLoc, DefaultLoc, RParenLoc, in RebuildGenericSelectionExpr()
3164 ExprResult RebuildGenericSelectionExpr(SourceLocation KeyLoc, in RebuildGenericSelectionExpr() argument
3170 return getSema().CreateGenericSelectionExpr(KeyLoc, DefaultLoc, RParenLoc, in RebuildGenericSelectionExpr()
H A DSemaTemplate.cpp997 SourceLocation KeyLoc, in ActOnTypeParameter() argument
1010 KeyLoc, ParamNameLoc, Depth, Position, in ActOnTypeParameter()
/freebsd/contrib/llvm-project/clang/lib/Parse/
H A DParseTemplate.cpp600 SourceLocation KeyLoc; in ParseTypeParameter() local
610 KeyLoc = ConsumeAnnotationToken(); in ParseTypeParameter()
617 KeyLoc = ConsumeToken(); in ParseTypeParameter()
673 KeyLoc, ParamName, NameLoc, in ParseTypeParameter()
H A DParseExpr.cpp1474 SourceLocation KeyLoc = ConsumeToken(); in ParseCastExpression() local
1489 Res = Actions.ActOnNoexceptExpr(KeyLoc, T.getOpenLocation(), Res.get(), in ParseCastExpression()
3005 SourceLocation KeyLoc = ConsumeToken(); in ParseGenericSelectionExpression() local
3092 KeyLoc, DefaultLoc, T.getCloseLocation(), ControllingExpr.isUsable(), in ParseGenericSelectionExpression()
/freebsd/contrib/llvm-project/clang/include/clang/AST/
H A DDeclTemplate.h1200 TemplateTypeParmDecl(DeclContext *DC, SourceLocation KeyLoc,
1203 : TypeDecl(TemplateTypeParm, DC, IdLoc, Id, KeyLoc), Typename(Typename),
1209 Create(const ASTContext &C, DeclContext *DC, SourceLocation KeyLoc,
/freebsd/contrib/llvm-project/clang/lib/AST/
H A DDeclTemplate.cpp681 const ASTContext &C, DeclContext *DC, SourceLocation KeyLoc, in Create() argument
688 TemplateTypeParmDecl(DC, KeyLoc, NameLoc, Id, Typename, in Create()
/freebsd/contrib/llvm-project/clang/include/clang/Sema/
H A DSema.h7244 ExprResult ActOnGenericSelectionExpr(SourceLocation KeyLoc,
7255 ExprResult CreateGenericSelectionExpr(SourceLocation KeyLoc,
8555 ExprResult ActOnNoexceptExpr(SourceLocation KeyLoc, SourceLocation LParen,
8557 ExprResult BuildCXXNoexceptExpr(SourceLocation KeyLoc, Expr *Operand,
11423 SourceLocation KeyLoc,