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

/freebsd-10.3-release/contrib/llvm/tools/clang/lib/Parse/
H A DParseTemplate.cpp481 SourceLocation KeyLoc = ConsumeToken(); local
H A DParseExpr.cpp1152 SourceLocation KeyLoc = ConsumeToken(); local
2296 SourceLocation KeyLoc = ConsumeToken(); local
/freebsd-10.3-release/contrib/llvm/tools/clang/lib/AST/
H A DDeclTemplate.cpp469 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/AST/
H A DDeclTemplate.h943 TemplateTypeParmDecl(DeclContext *DC, SourceLocation KeyLoc, argument
/freebsd-10.3-release/contrib/llvm/tools/clang/lib/Sema/
H A DSemaExprCXX.cpp3179 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.cpp553 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 DTreeTransform.h1848 ExprResult RebuildGenericSelectionExpr(SourceLocation KeyLoc, argument
H A DSemaExpr.cpp1273 Sema::ActOnGenericSelectionExpr(SourceLocation KeyLoc, argument
1299 Sema::CreateGenericSelectionExpr(SourceLocation KeyLoc, argument

Completed in 251 milliseconds