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

/freebsd-13-stable/contrib/llvm-project/clang/lib/AST/
H A DDeclTemplate.cpp592 Create(const ASTContext &C, DeclContext *DC, SourceLocation KeyLoc, SourceLocation NameLoc, unsigned D, unsigned P, IdentifierInfo *Id, bool Typename, bool ParameterPack, bool HasTypeConstraint, Optional<unsigned> NumExpanded) argument
/freebsd-13-stable/contrib/llvm-project/clang/lib/Parse/
H A DParseExpr.cpp1690 SourceLocation KeyLoc = ConsumeToken(); local
3213 SourceLocation KeyLoc = ConsumeToken(); local
/freebsd-13-stable/contrib/llvm-project/clang/include/clang/AST/
H A DDeclTemplate.h1211 TemplateTypeParmDecl(DeclContext *DC, SourceLocation KeyLoc, argument
/freebsd-13-stable/contrib/llvm-project/clang/lib/Sema/
H A DSemaTemplate.cpp1029 ActOnTypeParameter(Scope *S, bool Typename, SourceLocation EllipsisLoc, SourceLocation KeyLoc, IdentifierInfo *ParamName, SourceLocation ParamNameLoc, unsigned Depth, unsigned Position, SourceLocation EqualLoc, ParsedType DefaultArg, bool HasTypeConstraint) argument
H A DSemaExpr.cpp1548 Sema::ActOnGenericSelectionExpr(SourceLocation KeyLoc, argument
1574 Sema::CreateGenericSelectionExpr(SourceLocation KeyLoc, argument
H A DTreeTransform.h2715 ExprResult RebuildGenericSelectionExpr(SourceLocation KeyLoc, argument

Completed in 542 milliseconds