Searched refs:ParamName (Results 1 - 5 of 5) sorted by relevance

/external/clang/unittests/AST/
H A DCommentParser.cpp188 StringRef ParamName,
212 if (!ParamName.empty() && !PCC->hasParamName())
217 if (ActualParamName != ParamName)
221 "expected \"" << ParamName.str() << "\"";
234 StringRef ParamName,
246 if (!ParamName.empty() && !TPCC->hasParamName())
251 if (ActualParamName != ParamName)
255 "expected \"" << ParamName.str() << "\"";
180 HasParamCommandAt( const Comment *C, const CommandTraits &Traits, size_t Idx, ParamCommandComment *&PCC, StringRef CommandName, ParamCommandComment::PassDirection Direction, bool IsDirectionExplicit, StringRef ParamName, ParagraphComment *&Paragraph) argument
228 HasTParamCommandAt( const Comment *C, const CommandTraits &Traits, size_t Idx, TParamCommandComment *&TPCC, StringRef CommandName, StringRef ParamName, ParagraphComment *&Paragraph) argument
/external/clang/lib/AST/
H A DCommentSema.cpp516 StringRef ParamName = PCC->getParamName(); local
519 const unsigned ResolvedParamIndex = resolveParmVarReference(ParamName,
529 << ParamName << ArgRange;
551 StringRef ParamName = PCC->getParamName(); local
553 << ParamName << ArgRange;
566 CorrectedParamIndex = correctTypoInParmVarReference(ParamName,
/external/clang/lib/Parse/
H A DParseTemplate.cpp501 IdentifierInfo* ParamName = 0; local
503 ParamName = Tok.getIdentifierInfo();
526 EllipsisLoc, KeyLoc, ParamName, NameLoc,
588 IdentifierInfo* ParamName = 0; local
590 ParamName = Tok.getIdentifierInfo();
625 ParamName, NameLoc, Depth,
/external/clang/lib/Sema/
H A DSemaTemplate.cpp539 /// "class" or "typename" keyword. ParamName is the name of the
547 IdentifierInfo *ParamName,
556 if (ParamName) {
557 NamedDecl *PrevDecl = LookupSingleName(S, ParamName, ParamNameLoc,
567 if (!ParamName)
572 KeyLoc, Loc, Depth, Position, ParamName,
578 if (ParamName) {
684 IdentifierInfo *ParamName = D.getIdentifier(); local
685 if (ParamName) {
686 NamedDecl *PrevDecl = LookupSingleName(S, ParamName,
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
[all...]
/external/clang/include/clang/Sema/
H A DSema.h4576 IdentifierInfo *ParamName,
4592 IdentifierInfo *ParamName,

Completed in 785 milliseconds