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

/external/clang/lib/Sema/
H A DSemaTemplate.cpp544 /// ParamNameLoc is the location of the parameter name (if any).
551 SourceLocation ParamNameLoc,
559 SourceLocation Loc = ParamNameLoc;
573 maybeDiagnoseTemplateParameterShadow(*this, S, ParamNameLoc, ParamName);
547 ActOnTypeParameter(Scope *S, bool Typename, SourceLocation EllipsisLoc, SourceLocation KeyLoc, IdentifierInfo *ParamName, SourceLocation ParamNameLoc, unsigned Depth, unsigned Position, SourceLocation EqualLoc, ParsedType DefaultArg) argument

Completed in 127 milliseconds