Searched defs:ParamNameLoc (Results 1 - 1 of 1) sorted by relevance
/external/clang/lib/Sema/ |
H A D | SemaTemplate.cpp | 559 /// ParamNameLoc is the location of the parameter name (if any). 566 SourceLocation ParamNameLoc, 573 SourceLocation Loc = ParamNameLoc; 585 maybeDiagnoseTemplateParameterShadow(*this, S, ParamNameLoc, ParamName); 562 ActOnTypeParameter(Scope *S, bool Typename, SourceLocation EllipsisLoc, SourceLocation KeyLoc, IdentifierInfo *ParamName, SourceLocation ParamNameLoc, unsigned Depth, unsigned Position, SourceLocation EqualLoc, ParsedType DefaultArg) argument
|
Completed in 78 milliseconds