Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/lib/Sema/
H A DSemaExprCXX.cpp5093 Sema &Self, SourceLocation KeyLoc, ASTContext &C, in HasNoThrowOperator() argument
5103 DeclarationNameInfo NameInfo(Name, KeyLoc); in HasNoThrowOperator()
5117 CPT = Self.ResolveExceptionSpec(KeyLoc, CPT); in HasNoThrowOperator()
5129 SourceLocation KeyLoc) { in HasNonDeletedDefaultedEqualityComparison() argument
5143 KeyLoc, in HasNonDeletedDefaultedEqualityComparison()
5150 auto Result = S.CreateOverloadedBinOp(KeyLoc, BinaryOperatorKind::BO_EQ, in HasNonDeletedDefaultedEqualityComparison()
5173 S, RD, KeyLoc); in HasNonDeletedDefaultedEqualityComparison()
5185 return HasNonDeletedDefaultedEqualityComparison(S, RD, KeyLoc); in HasNonDeletedDefaultedEqualityComparison()
5190 static bool isTriviallyEqualityComparableType(Sema &S, QualType Type, SourceLocation KeyLoc) { in isTriviallyEqualityComparableType() argument
5197 if (!HasNonDeletedDefaultedEqualityComparison(S, RD, KeyLoc)) in isTriviallyEqualityComparableType()
[all …]
H A DSemaExpr.cpp1622 SourceLocation KeyLoc, SourceLocation DefaultLoc, SourceLocation RParenLoc, in ActOnGenericSelectionExpr() argument
1647 KeyLoc, DefaultLoc, RParenLoc, PredicateIsExpr, ControllingExprOrType, in ActOnGenericSelectionExpr()
1654 SourceLocation KeyLoc, SourceLocation DefaultLoc, SourceLocation RParenLoc, in CreateGenericSelectionExpr() argument
1793 return GenericSelectionExpr::Create(Context, KeyLoc, ControllingExpr, in CreateGenericSelectionExpr()
1796 return GenericSelectionExpr::Create(Context, KeyLoc, ControllingType, Types, in CreateGenericSelectionExpr()
1874 Context, KeyLoc, ControllingExpr, Types, Exprs, DefaultLoc, RParenLoc, in CreateGenericSelectionExpr()
1878 Context, KeyLoc, ControllingType, Types, Exprs, DefaultLoc, RParenLoc, in CreateGenericSelectionExpr()
H A DTreeTransform.h3106 ExprResult RebuildGenericSelectionExpr(SourceLocation KeyLoc, in RebuildGenericSelectionExpr() argument
3112 return getSema().CreateGenericSelectionExpr(KeyLoc, DefaultLoc, RParenLoc, in RebuildGenericSelectionExpr()
3121 ExprResult RebuildGenericSelectionExpr(SourceLocation KeyLoc, in RebuildGenericSelectionExpr() argument
3127 return getSema().CreateGenericSelectionExpr(KeyLoc, DefaultLoc, RParenLoc, in RebuildGenericSelectionExpr()
H A DSemaTemplate.cpp994 SourceLocation KeyLoc, in ActOnTypeParameter() argument
1007 KeyLoc, ParamNameLoc, Depth, Position, in ActOnTypeParameter()
/freebsd/contrib/llvm-project/clang/lib/Parse/
H A DParseTemplate.cpp687 SourceLocation KeyLoc; in ParseTypeParameter() local
697 KeyLoc = ConsumeAnnotationToken(); in ParseTypeParameter()
704 KeyLoc = ConsumeToken(); in ParseTypeParameter()
760 KeyLoc, ParamName, NameLoc, in ParseTypeParameter()
H A DParseExpr.cpp1797 SourceLocation KeyLoc = ConsumeToken(); in ParseCastExpression() local
1812 Res = Actions.ActOnNoexceptExpr(KeyLoc, T.getOpenLocation(), Res.get(), in ParseCastExpression()
3457 SourceLocation KeyLoc = ConsumeToken(); in ParseGenericSelectionExpression() local
3546 KeyLoc, DefaultLoc, T.getCloseLocation(), ControllingExpr.isUsable(), in ParseGenericSelectionExpression()
/freebsd/contrib/llvm-project/clang/include/clang/AST/
H A DDeclTemplate.h1191 TemplateTypeParmDecl(DeclContext *DC, SourceLocation KeyLoc,
1195 : TypeDecl(TemplateTypeParm, DC, IdLoc, Id, KeyLoc), Typename(Typename),
1202 Create(const ASTContext &C, DeclContext *DC, SourceLocation KeyLoc,
/freebsd/contrib/llvm-project/clang/lib/AST/
H A DDeclTemplate.cpp642 const ASTContext &C, DeclContext *DC, SourceLocation KeyLoc, in Create() argument
649 TemplateTypeParmDecl(DC, KeyLoc, NameLoc, Id, Typename, in Create()
/freebsd/contrib/llvm-project/clang/include/clang/Sema/
H A DSema.h6821 ExprResult ActOnGenericSelectionExpr(SourceLocation KeyLoc,
6832 ExprResult CreateGenericSelectionExpr(SourceLocation KeyLoc,
8243 ExprResult ActOnNoexceptExpr(SourceLocation KeyLoc, SourceLocation LParen,
8245 ExprResult BuildCXXNoexceptExpr(SourceLocation KeyLoc, Expr *Operand,
11207 SourceLocation KeyLoc,