Searched defs:ParamName (Results 1 - 4 of 4) sorted by relevance
/external/clang/unittests/AST/ |
H A D | CommentParser.cpp | 189 StringRef ParamName, 213 if (!ParamName.empty() && !PCC->hasParamName()) 218 if (ActualParamName != ParamName) 222 "expected \"" << ParamName.str() << "\""; 235 StringRef ParamName, 247 if (!ParamName.empty() && !TPCC->hasParamName()) 252 if (ActualParamName != ParamName) 256 "expected \"" << ParamName.str() << "\""; 181 HasParamCommandAt( const Comment *C, const CommandTraits &Traits, size_t Idx, ParamCommandComment *&PCC, StringRef CommandName, ParamCommandComment::PassDirection Direction, bool IsDirectionExplicit, StringRef ParamName, ParagraphComment *&Paragraph) argument 229 HasTParamCommandAt( const Comment *C, const CommandTraits &Traits, size_t Idx, TParamCommandComment *&TPCC, StringRef CommandName, StringRef ParamName, ParagraphComment *&Paragraph) argument
|
/external/clang/lib/Parse/ |
H A D | ParseTemplate.cpp | 486 IdentifierInfo* ParamName = 0; local 488 ParamName = Tok.getIdentifierInfo(); 511 EllipsisLoc, KeyLoc, ParamName, NameLoc, 573 IdentifierInfo* ParamName = 0; local 575 ParamName = Tok.getIdentifierInfo(); 610 ParamName, NameLoc, Depth,
|
/external/clang/lib/AST/ |
H A D | CommentSema.cpp | 720 StringRef ParamName = PCC->getParamNameAsWritten(); local 723 const unsigned ResolvedParamIndex = resolveParmVarReference(ParamName, 733 << ParamName << ArgRange; 755 StringRef ParamName = PCC->getParamNameAsWritten(); local 757 << ParamName << ArgRange; 770 CorrectedParamIndex = correctTypoInParmVarReference(ParamName,
|
/external/clang/lib/Sema/ |
H A D | SemaTemplate.cpp | 540 /// "class" or "typename" keyword. ParamName is the name of the 548 IdentifierInfo *ParamName, 557 if (ParamName) { 558 NamedDecl *PrevDecl = LookupSingleName(S, ParamName, ParamNameLoc, 568 if (!ParamName) 573 KeyLoc, Loc, Depth, Position, ParamName, 579 if (ParamName) { 685 IdentifierInfo *ParamName = D.getIdentifier(); local 686 if (ParamName) { 687 NamedDecl *PrevDecl = LookupSingleName(S, ParamName, 545 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...] |
Completed in 72 milliseconds