Home
last modified time | relevance | path

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

/minix3/external/bsd/llvm/dist/clang/lib/Sema/
H A DSemaExprCXX.cpp3232 Sema &Self, SourceLocation KeyLoc, ASTContext &C, in HasNoThrowOperator() argument
3242 DeclarationNameInfo NameInfo(Name, KeyLoc); in HasNoThrowOperator()
3257 CPT = Self.ResolveExceptionSpec(KeyLoc, CPT); in HasNoThrowOperator()
3268 SourceLocation KeyLoc, QualType T) { in EvaluateUnaryTypeTrait() argument
3499 return HasNoThrowOperator(RT, OO_Equal, Self, KeyLoc, C, in EvaluateUnaryTypeTrait()
3512 return HasNoThrowOperator(RT, OO_Equal, Self, KeyLoc, C, in EvaluateUnaryTypeTrait()
3545 CPT = Self.ResolveExceptionSpec(KeyLoc, CPT); in EvaluateUnaryTypeTrait()
3583 CPT = Self.ResolveExceptionSpec(KeyLoc, CPT); in EvaluateUnaryTypeTrait()
3635 QualType RhsT, SourceLocation KeyLoc);
3790 QualType RhsT, SourceLocation KeyLoc) { in EvaluateBinaryTypeTrait() argument
[all …]
H A DSemaTemplate.cpp548 SourceLocation KeyLoc, in ActOnTypeParameter() argument
560 Loc = KeyLoc; in ActOnTypeParameter()
565 KeyLoc, Loc, Depth, Position, ParamName, in ActOnTypeParameter()
H A DSemaExpr.cpp1253 Sema::ActOnGenericSelectionExpr(SourceLocation KeyLoc, in ActOnGenericSelectionExpr() argument
1270 ExprResult ER = CreateGenericSelectionExpr(KeyLoc, DefaultLoc, RParenLoc, in ActOnGenericSelectionExpr()
1279 Sema::CreateGenericSelectionExpr(SourceLocation KeyLoc, in CreateGenericSelectionExpr() argument
1360 Context, KeyLoc, ControllingExpr, Types, Exprs, DefaultLoc, RParenLoc, in CreateGenericSelectionExpr()
1414 Context, KeyLoc, ControllingExpr, Types, Exprs, DefaultLoc, RParenLoc, in CreateGenericSelectionExpr()
H A DTreeTransform.h2070 ExprResult RebuildGenericSelectionExpr(SourceLocation KeyLoc, in RebuildGenericSelectionExpr() argument
2076 return getSema().CreateGenericSelectionExpr(KeyLoc, DefaultLoc, RParenLoc, in RebuildGenericSelectionExpr()
/minix3/external/bsd/llvm/dist/clang/lib/Parse/
H A DParseExpr.cpp1212 SourceLocation KeyLoc = ConsumeToken(); in ParseCastExpression() local
1226 Result = Actions.ActOnNoexceptExpr(KeyLoc, T.getOpenLocation(), in ParseCastExpression()
2343 SourceLocation KeyLoc = ConsumeToken(); in ParseGenericSelectionExpression() local
2346 Diag(KeyLoc, diag::ext_c11_generic_selection); in ParseGenericSelectionExpression()
2415 return Actions.ActOnGenericSelectionExpr(KeyLoc, DefaultLoc, in ParseGenericSelectionExpression()
H A DParseTemplate.cpp491 SourceLocation KeyLoc = ConsumeToken(); in ParseTypeParameter() local
532 KeyLoc, ParamName, NameLoc, Depth, Position, in ParseTypeParameter()
/minix3/external/bsd/llvm/dist/clang/include/clang/AST/
H A DDeclTemplate.h951 TemplateTypeParmDecl(DeclContext *DC, SourceLocation KeyLoc,
954 : TypeDecl(TemplateTypeParm, DC, IdLoc, Id, KeyLoc), Typename(Typename),
962 SourceLocation KeyLoc,
/minix3/external/bsd/llvm/dist/clang/lib/AST/
H A DDeclTemplate.cpp468 SourceLocation KeyLoc, SourceLocation NameLoc, in Create() argument
472 new (C, DC) TemplateTypeParmDecl(DC, KeyLoc, NameLoc, Id, Typename); in Create()
/minix3/external/bsd/llvm/dist/clang/include/clang/Sema/
H A DSema.h3595 ExprResult ActOnGenericSelectionExpr(SourceLocation KeyLoc,
3601 ExprResult CreateGenericSelectionExpr(SourceLocation KeyLoc,
4511 ExprResult ActOnNoexceptExpr(SourceLocation KeyLoc, SourceLocation LParen,
4513 ExprResult BuildCXXNoexceptExpr(SourceLocation KeyLoc, Expr *Operand,
5378 SourceLocation KeyLoc,