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

/external/clang/lib/Sema/
H A DSemaTemplate.cpp541 /// ParamNameLoc is the location of the parameter name (if any).
548 SourceLocation ParamNameLoc,
557 NamedDecl *PrevDecl = LookupSingleName(S, ParamName, ParamNameLoc,
561 DiagnoseTemplateParameterShadow(ParamNameLoc, PrevDecl);
566 SourceLocation Loc = ParamNameLoc;
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

Completed in 32 milliseconds