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

/freebsd-10.3-release/contrib/llvm/tools/clang/lib/Sema/
H A DSemaExprCXX.cpp3180 Sema &Self, SourceLocation KeyLoc, ASTContext &C,
3190 DeclarationNameInfo NameInfo(Name, KeyLoc);
3205 CPT = Self.ResolveExceptionSpec(KeyLoc, CPT);
3216 SourceLocation KeyLoc, QualType T) {
3442 return HasNoThrowOperator(RT, OO_Equal, Self, KeyLoc, C,
3455 return HasNoThrowOperator(RT, OO_Equal, Self, KeyLoc, C,
3488 CPT = Self.ResolveExceptionSpec(KeyLoc, CPT);
3524 CPT = Self.ResolveExceptionSpec(KeyLoc, CPT);
3733 SourceLocation KeyLoc) {
3760 if (Self.RequireCompleteType(KeyLoc, Rhs
3179 HasNoThrowOperator(const RecordType *RT, OverloadedOperatorKind Op, Sema &Self, SourceLocation KeyLoc, ASTContext &C, bool (CXXRecordDecl::*HasTrivial)() const, bool (CXXRecordDecl::*HasNonTrivial)() const, bool (CXXMethodDecl::*IsDesiredOp)() const) argument
3215 EvaluateUnaryTypeTrait(Sema &Self, UnaryTypeTrait UTT, SourceLocation KeyLoc, QualType T) argument
3731 EvaluateBinaryTypeTrait(Sema &Self, BinaryTypeTrait BTT, QualType LhsT, QualType RhsT, SourceLocation KeyLoc) argument
3943 EvaluateArrayTypeTrait(Sema &Self, ArrayTypeTrait ATT, QualType T, Expr *DimExpr, SourceLocation KeyLoc) argument
5690 BuildCXXNoexceptExpr(SourceLocation KeyLoc, Expr *Operand, SourceLocation RParen) argument
5697 ActOnNoexceptExpr(SourceLocation KeyLoc, SourceLocation, Expr *Operand, SourceLocation RParen) argument
[all...]
H A DSemaTemplate.cpp547 /// (otherwise, "class" was used), and KeyLoc is the location of the
555 SourceLocation KeyLoc,
567 Loc = KeyLoc;
571 KeyLoc, Loc, Depth, Position, ParamName,
553 ActOnTypeParameter(Scope *S, bool Typename, bool Ellipsis, SourceLocation EllipsisLoc, SourceLocation KeyLoc, IdentifierInfo *ParamName, SourceLocation ParamNameLoc, unsigned Depth, unsigned Position, SourceLocation EqualLoc, ParsedType DefaultArg) argument
H A DSemaExpr.cpp1273 Sema::ActOnGenericSelectionExpr(SourceLocation KeyLoc, argument
1290 ExprResult ER = CreateGenericSelectionExpr(KeyLoc, DefaultLoc, RParenLoc,
1299 Sema::CreateGenericSelectionExpr(SourceLocation KeyLoc, argument
1373 Context, KeyLoc, ControllingExpr,
1428 Context, KeyLoc, ControllingExpr,
H A DTreeTransform.h1848 ExprResult RebuildGenericSelectionExpr(SourceLocation KeyLoc, argument
1854 return getSema().CreateGenericSelectionExpr(KeyLoc, DefaultLoc, RParenLoc,
/freebsd-10.3-release/contrib/llvm/tools/clang/lib/Parse/
H A DParseTemplate.cpp481 SourceLocation KeyLoc = ConsumeToken(); local
523 EllipsisLoc, KeyLoc, ParamName, NameLoc,
H A DParseExpr.cpp1152 SourceLocation KeyLoc = ConsumeToken(); local
1166 Result = Actions.ActOnNoexceptExpr(KeyLoc, T.getOpenLocation(),
2296 SourceLocation KeyLoc = ConsumeToken(); local
2299 Diag(KeyLoc, diag::ext_c11_generic_selection);
2372 return Actions.ActOnGenericSelectionExpr(KeyLoc, DefaultLoc,
/freebsd-10.3-release/contrib/llvm/tools/clang/include/clang/AST/
H A DDeclTemplate.h943 TemplateTypeParmDecl(DeclContext *DC, SourceLocation KeyLoc, argument
946 : TypeDecl(TemplateTypeParm, DC, IdLoc, Id, KeyLoc), Typename(Typename),
954 SourceLocation KeyLoc,
/freebsd-10.3-release/contrib/llvm/tools/clang/lib/AST/
H A DDeclTemplate.cpp470 SourceLocation KeyLoc, SourceLocation NameLoc,
474 new (C) TemplateTypeParmDecl(DC, KeyLoc, NameLoc, Id, Typename);
469 Create(const ASTContext &C, DeclContext *DC, SourceLocation KeyLoc, SourceLocation NameLoc, unsigned D, unsigned P, IdentifierInfo *Id, bool Typename, bool ParameterPack) argument
/freebsd-10.3-release/contrib/llvm/tools/clang/include/clang/Sema/
H A DSema.h3315 ExprResult ActOnGenericSelectionExpr(SourceLocation KeyLoc,
3321 ExprResult CreateGenericSelectionExpr(SourceLocation KeyLoc,
4206 ExprResult ActOnNoexceptExpr(SourceLocation KeyLoc, SourceLocation LParen,
4208 ExprResult BuildCXXNoexceptExpr(SourceLocation KeyLoc, Expr *Operand,
5072 SourceLocation KeyLoc,

Completed in 350 milliseconds