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

/external/clang/lib/Sema/
H A DSemaExprCXX.cpp2971 SourceLocation KeyLoc, QualType T) {
3167 LookupResult Res(Self, DeclarationNameInfo(Name, KeyLoc),
3181 CPT = Self.ResolveExceptionSpec(KeyLoc, CPT);
3221 CPT = Self.ResolveExceptionSpec(KeyLoc, CPT);
3257 CPT = Self.ResolveExceptionSpec(KeyLoc, CPT);
3469 SourceLocation KeyLoc) {
3496 if (Self.RequireCompleteType(KeyLoc, RhsT,
3544 if (Self.RequireCompleteType(KeyLoc, RhsT, 0) ||
3545 Self.RequireNonAbstractType(KeyLoc, RhsT, 0))
3554 OpaqueValueExpr From(KeyLoc, Lhs
2970 EvaluateUnaryTypeTrait(Sema &Self, UnaryTypeTrait UTT, SourceLocation KeyLoc, QualType T) argument
3467 EvaluateBinaryTypeTrait(Sema &Self, BinaryTypeTrait BTT, QualType LhsT, QualType RhsT, SourceLocation KeyLoc) argument
3679 EvaluateArrayTypeTrait(Sema &Self, ArrayTypeTrait ATT, QualType T, Expr *DimExpr, SourceLocation KeyLoc) argument
5356 BuildCXXNoexceptExpr(SourceLocation KeyLoc, Expr *Operand, SourceLocation RParen) argument
5363 ActOnNoexceptExpr(SourceLocation KeyLoc, SourceLocation, Expr *Operand, SourceLocation RParen) argument
[all...]
H A DSemaTemplate.cpp538 /// (otherwise, "class" was used), and KeyLoc is the location of the
546 SourceLocation KeyLoc,
568 Loc = KeyLoc;
572 KeyLoc, Loc, Depth, Position, ParamName,
544 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.cpp1099 Sema::ActOnGenericSelectionExpr(SourceLocation KeyLoc, argument
1119 ExprResult ER = CreateGenericSelectionExpr(KeyLoc, DefaultLoc, RParenLoc,
1127 Sema::CreateGenericSelectionExpr(SourceLocation KeyLoc, argument
1194 Context, KeyLoc, ControllingExpr,
1250 Context, KeyLoc, ControllingExpr,
H A DTreeTransform.h1728 ExprResult RebuildGenericSelectionExpr(SourceLocation KeyLoc, argument
1735 return getSema().CreateGenericSelectionExpr(KeyLoc, DefaultLoc, RParenLoc,
/external/clang/lib/Parse/
H A DParseExpr.cpp1168 SourceLocation KeyLoc = ConsumeToken(); local
1182 Result = Actions.ActOnNoexceptExpr(KeyLoc, T.getOpenLocation(),
2236 SourceLocation KeyLoc = ConsumeToken(); local
2239 Diag(KeyLoc, diag::ext_c11_generic_selection);
2312 return Actions.ActOnGenericSelectionExpr(KeyLoc, DefaultLoc,
H A DParseTemplate.cpp484 SourceLocation KeyLoc = ConsumeToken(); local
526 EllipsisLoc, KeyLoc, ParamName, NameLoc,
/external/clang/include/clang/AST/
H A DDeclTemplate.h909 TemplateTypeParmDecl(DeclContext *DC, SourceLocation KeyLoc, argument
912 : TypeDecl(TemplateTypeParm, DC, IdLoc, Id, KeyLoc), Typename(Typename),
920 SourceLocation KeyLoc,
/external/clang/lib/AST/
H A DDeclTemplate.cpp457 SourceLocation KeyLoc, SourceLocation NameLoc,
461 new (C) TemplateTypeParmDecl(DC, KeyLoc, NameLoc, Id, Typename);
456 Create(const ASTContext &C, DeclContext *DC, SourceLocation KeyLoc, SourceLocation NameLoc, unsigned D, unsigned P, IdentifierInfo *Id, bool Typename, bool ParameterPack) argument
/external/clang/include/clang/Sema/
H A DSema.h2886 ExprResult ActOnGenericSelectionExpr(SourceLocation KeyLoc,
2892 ExprResult CreateGenericSelectionExpr(SourceLocation KeyLoc,
3742 ExprResult ActOnNoexceptExpr(SourceLocation KeyLoc, SourceLocation LParen,
3744 ExprResult BuildCXXNoexceptExpr(SourceLocation KeyLoc, Expr *Operand,
4575 SourceLocation KeyLoc,

Completed in 2244 milliseconds