Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/clang/lib/Sema/
H A DSemaExprCXX.cpp4920 Sema &Self, SourceLocation KeyLoc, ASTContext &C, in HasNoThrowOperator() argument
4930 DeclarationNameInfo NameInfo(Name, KeyLoc); in HasNoThrowOperator()
4944 CPT = Self.ResolveExceptionSpec(KeyLoc, CPT); in HasNoThrowOperator()
4955 SourceLocation KeyLoc, QualType T) { in EvaluateUnaryTypeTrait() argument
4976 Self.Diag(KeyLoc, diag::err_vla_unsupported) in EvaluateUnaryTypeTrait()
4984 Self.Diag(KeyLoc, diag::err_vla_unsupported) in EvaluateUnaryTypeTrait()
5215 CPT = Self.ResolveExceptionSpec(KeyLoc, CPT); in EvaluateUnaryTypeTrait()
5257 return HasNoThrowOperator(RT, OO_Equal, Self, KeyLoc, C, in EvaluateUnaryTypeTrait()
5270 return HasNoThrowOperator(RT, OO_Equal, Self, KeyLoc, C, in EvaluateUnaryTypeTrait()
5303 CPT = Self.ResolveExceptionSpec(KeyLoc, CPT); in EvaluateUnaryTypeTrait()
[all …]
H A DSemaExpr.cpp1611 Sema::ActOnGenericSelectionExpr(SourceLocation KeyLoc, in ActOnGenericSelectionExpr() argument
1629 CreateGenericSelectionExpr(KeyLoc, DefaultLoc, RParenLoc, ControllingExpr, 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 DSemaTemplate.cpp1037 SourceLocation KeyLoc, in ActOnTypeParameter() argument
1050 KeyLoc, ParamNameLoc, Depth, Position, in ActOnTypeParameter()
H A DTreeTransform.h2984 ExprResult RebuildGenericSelectionExpr(SourceLocation KeyLoc, in RebuildGenericSelectionExpr() argument
2990 return getSema().CreateGenericSelectionExpr(KeyLoc, DefaultLoc, RParenLoc, in RebuildGenericSelectionExpr()
/openbsd-src/gnu/llvm/clang/lib/Parse/
H A DParseTemplate.cpp798 SourceLocation KeyLoc; in ParseTypeParameter() local
808 KeyLoc = ConsumeAnnotationToken(); in ParseTypeParameter()
815 KeyLoc = ConsumeToken(); in ParseTypeParameter()
859 KeyLoc, ParamName, NameLoc, in ParseTypeParameter()
H A DParseExpr.cpp1702 SourceLocation KeyLoc = ConsumeToken(); in ParseCastExpression() local
1717 Res = Actions.ActOnNoexceptExpr(KeyLoc, T.getOpenLocation(), Res.get(), in ParseCastExpression()
3278 SourceLocation KeyLoc = ConsumeToken(); in ParseGenericSelectionExpression() local
3349 return Actions.ActOnGenericSelectionExpr(KeyLoc, DefaultLoc, in ParseGenericSelectionExpression()
/openbsd-src/gnu/llvm/clang/include/clang/AST/
H A DDeclTemplate.h1238 TemplateTypeParmDecl(DeclContext *DC, SourceLocation KeyLoc,
1242 : TypeDecl(TemplateTypeParm, DC, IdLoc, Id, KeyLoc), Typename(Typename),
1249 Create(const ASTContext &C, DeclContext *DC, SourceLocation KeyLoc,
/openbsd-src/gnu/llvm/clang/lib/AST/
H A DDeclTemplate.cpp641 const ASTContext &C, DeclContext *DC, SourceLocation KeyLoc, in Create() argument
648 TemplateTypeParmDecl(DC, KeyLoc, NameLoc, Id, Typename, in Create()
/openbsd-src/gnu/llvm/clang/include/clang/Sema/
H A DSema.h5674 ExprResult ActOnGenericSelectionExpr(SourceLocation KeyLoc,
5680 ExprResult CreateGenericSelectionExpr(SourceLocation KeyLoc,
6790 ExprResult ActOnNoexceptExpr(SourceLocation KeyLoc, SourceLocation LParen,
6792 ExprResult BuildCXXNoexceptExpr(SourceLocation KeyLoc, Expr *Operand,
8070 SourceLocation KeyLoc,