Searched defs:KeyLoc (Results 1 - 8 of 8) sorted by relevance

/external/clang/lib/Parse/
H A DParseTemplate.cpp503 SourceLocation KeyLoc = ConsumeToken(); local
544 KeyLoc, ParamName, NameLoc, Depth, Position,
H A DParseExpr.cpp1267 SourceLocation KeyLoc = ConsumeToken(); local
1281 Result = Actions.ActOnNoexceptExpr(KeyLoc, T.getOpenLocation(),
2452 SourceLocation KeyLoc = ConsumeToken(); local
2455 Diag(KeyLoc, diag::ext_c11_generic_selection);
2526 return Actions.ActOnGenericSelectionExpr(KeyLoc, DefaultLoc,
/external/clang/lib/AST/
H A DDeclTemplate.cpp493 SourceLocation KeyLoc, SourceLocation NameLoc,
497 new (C, DC) TemplateTypeParmDecl(DC, KeyLoc, NameLoc, Id, Typename);
492 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/AST/
H A DDeclTemplate.h1044 TemplateTypeParmDecl(DeclContext *DC, SourceLocation KeyLoc, argument
1047 : TypeDecl(TemplateTypeParm, DC, IdLoc, Id, KeyLoc), Typename(Typename),
1055 SourceLocation KeyLoc,
/external/clang/lib/Sema/
H A DSemaExprCXX.cpp3630 Sema &Self, SourceLocation KeyLoc, ASTContext &C,
3640 DeclarationNameInfo NameInfo(Name, KeyLoc);
3655 CPT = Self.ResolveExceptionSpec(KeyLoc, CPT);
3666 SourceLocation KeyLoc, QualType T) {
3891 CPT = Self.ResolveExceptionSpec(KeyLoc, CPT);
3933 return HasNoThrowOperator(RT, OO_Equal, Self, KeyLoc, C,
3946 return HasNoThrowOperator(RT, OO_Equal, Self, KeyLoc, C,
3977 CPT = Self.ResolveExceptionSpec(KeyLoc, CPT);
4013 CPT = Self.ResolveExceptionSpec(KeyLoc, CPT);
4065 QualType RhsT, SourceLocation KeyLoc);
3629 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
3665 EvaluateUnaryTypeTrait(Sema &Self, TypeTrait UTT, SourceLocation KeyLoc, QualType T) argument
4220 EvaluateBinaryTypeTrait(Sema &Self, TypeTrait BTT, QualType LhsT, QualType RhsT, SourceLocation KeyLoc) argument
4405 EvaluateArrayTypeTrait(Sema &Self, ArrayTypeTrait ATT, QualType T, Expr *DimExpr, SourceLocation KeyLoc) argument
6123 BuildCXXNoexceptExpr(SourceLocation KeyLoc, Expr *Operand, SourceLocation RParen) argument
6147 ActOnNoexceptExpr(SourceLocation KeyLoc, SourceLocation, Expr *Operand, SourceLocation RParen) argument
[all...]
H A DSemaTemplate.cpp542 /// (otherwise, "class" was used), and KeyLoc is the location of the
550 SourceLocation KeyLoc,
562 Loc = KeyLoc;
567 KeyLoc, Loc, Depth, Position, ParamName,
548 ActOnTypeParameter(Scope *S, bool Typename, SourceLocation EllipsisLoc, SourceLocation KeyLoc, IdentifierInfo *ParamName, SourceLocation ParamNameLoc, unsigned Depth, unsigned Position, SourceLocation EqualLoc, ParsedType DefaultArg) argument
H A DSemaExpr.cpp1331 Sema::ActOnGenericSelectionExpr(SourceLocation KeyLoc, argument
1348 ExprResult ER = CreateGenericSelectionExpr(KeyLoc, DefaultLoc, RParenLoc,
1357 Sema::CreateGenericSelectionExpr(SourceLocation KeyLoc, argument
1440 Context, KeyLoc, ControllingExpr, Types, Exprs, DefaultLoc, RParenLoc,
1493 Context, KeyLoc, ControllingExpr, Types, Exprs, DefaultLoc, RParenLoc,
H A DTreeTransform.h2259 ExprResult RebuildGenericSelectionExpr(SourceLocation KeyLoc, argument
2265 return getSema().CreateGenericSelectionExpr(KeyLoc, DefaultLoc, RParenLoc,

Completed in 245 milliseconds