Home
last modified time | relevance | path

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

/freebsd-11-stable/contrib/llvm-project/clang/lib/Sema/
HDSemaExprCXX.cpp4481 Sema &Self, SourceLocation KeyLoc, ASTContext &C, in HasNoThrowOperator() argument
4491 DeclarationNameInfo NameInfo(Name, KeyLoc); in HasNoThrowOperator()
4506 CPT = Self.ResolveExceptionSpec(KeyLoc, CPT); in HasNoThrowOperator()
4517 SourceLocation KeyLoc, QualType T) { in EvaluateUnaryTypeTrait() argument
4756 CPT = Self.ResolveExceptionSpec(KeyLoc, CPT); in EvaluateUnaryTypeTrait()
4798 return HasNoThrowOperator(RT, OO_Equal, Self, KeyLoc, C, in EvaluateUnaryTypeTrait()
4811 return HasNoThrowOperator(RT, OO_Equal, Self, KeyLoc, C, in EvaluateUnaryTypeTrait()
4845 CPT = Self.ResolveExceptionSpec(KeyLoc, CPT); in EvaluateUnaryTypeTrait()
4884 CPT = Self.ResolveExceptionSpec(KeyLoc, CPT); in EvaluateUnaryTypeTrait()
4919 QualType RhsT, SourceLocation KeyLoc);
[all …]
HDSemaExpr.cpp1515 Sema::ActOnGenericSelectionExpr(SourceLocation KeyLoc, in ActOnGenericSelectionExpr() argument
1532 ExprResult ER = CreateGenericSelectionExpr(KeyLoc, DefaultLoc, RParenLoc, in ActOnGenericSelectionExpr()
1541 Sema::CreateGenericSelectionExpr(SourceLocation KeyLoc, in CreateGenericSelectionExpr() argument
1627 return GenericSelectionExpr::Create(Context, KeyLoc, ControllingExpr, Types, in CreateGenericSelectionExpr()
1681 Context, KeyLoc, ControllingExpr, Types, Exprs, DefaultLoc, RParenLoc, in CreateGenericSelectionExpr()
HDSemaTemplate.cpp1025 SourceLocation KeyLoc, in ActOnTypeParameter() argument
1038 KeyLoc, ParamNameLoc, Depth, Position, in ActOnTypeParameter()
HDTreeTransform.h2559 ExprResult RebuildGenericSelectionExpr(SourceLocation KeyLoc, in RebuildGenericSelectionExpr() argument
2565 return getSema().CreateGenericSelectionExpr(KeyLoc, DefaultLoc, RParenLoc, in RebuildGenericSelectionExpr()
/freebsd-11-stable/contrib/llvm-project/clang/lib/Parse/
HDParseTemplate.cpp756 SourceLocation KeyLoc; in ParseTypeParameter() local
765 KeyLoc = ConsumeAnnotationToken(); in ParseTypeParameter()
772 KeyLoc = ConsumeToken(); in ParseTypeParameter()
816 KeyLoc, ParamName, NameLoc, in ParseTypeParameter()
HDParseExpr.cpp1612 SourceLocation KeyLoc = ConsumeToken(); in ParseCastExpression() local
1627 Result = Actions.ActOnNoexceptExpr(KeyLoc, T.getOpenLocation(), in ParseCastExpression()
2963 SourceLocation KeyLoc = ConsumeToken(); in ParseGenericSelectionExpression() local
3034 return Actions.ActOnGenericSelectionExpr(KeyLoc, DefaultLoc, in ParseGenericSelectionExpression()
/freebsd-11-stable/contrib/llvm-project/clang/include/clang/AST/
HDDeclTemplate.h1211 TemplateTypeParmDecl(DeclContext *DC, SourceLocation KeyLoc,
1215 : TypeDecl(TemplateTypeParm, DC, IdLoc, Id, KeyLoc), Typename(Typename),
1222 SourceLocation KeyLoc,
/freebsd-11-stable/contrib/llvm-project/clang/lib/AST/
HDDeclTemplate.cpp593 SourceLocation KeyLoc, SourceLocation NameLoc, in Create() argument
601 TemplateTypeParmDecl(DC, KeyLoc, NameLoc, Id, Typename, in Create()
/freebsd-11-stable/contrib/llvm-project/clang/include/clang/Sema/
HDSema.h4721 ExprResult ActOnGenericSelectionExpr(SourceLocation KeyLoc,
4727 ExprResult CreateGenericSelectionExpr(SourceLocation KeyLoc,
5798 ExprResult ActOnNoexceptExpr(SourceLocation KeyLoc, SourceLocation LParen,
5800 ExprResult BuildCXXNoexceptExpr(SourceLocation KeyLoc, Expr *Operand,
6941 SourceLocation KeyLoc,