Searched refs:ParamName (Results 1 - 6 of 6) 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/AST/ |
H A D | CommentSema.cpp | 735 StringRef ParamName = PCC->getParamNameAsWritten(); local 738 const unsigned ResolvedParamIndex = resolveParmVarReference(ParamName, 752 << ParamName << ArgRange; 774 StringRef ParamName = PCC->getParamNameAsWritten(); local 776 << ParamName << ArgRange; 789 CorrectedParamIndex = correctTypoInParmVarReference(ParamName,
|
/external/clang/lib/Parse/ |
H A D | ParseTemplate.cpp | 486 IdentifierInfo *ParamName = nullptr; local 488 ParamName = Tok.getIdentifierInfo(); 514 KeyLoc, ParamName, NameLoc, Depth, Position, 584 IdentifierInfo *ParamName = nullptr; local 586 ParamName = Tok.getIdentifierInfo(); 626 ParamName, NameLoc, Depth,
|
/external/clang/lib/Sema/ |
H A D | SemaStmt.cpp | 3371 IdentifierInfo *ParamName = &Context.Idents.get("__context"); local 3374 = ImplicitParamDecl::Create(Context, DC, Loc, ParamName, ParamType); 3406 IdentifierInfo *ParamName = &Context.Idents.get("__context"); local 3409 = ImplicitParamDecl::Create(Context, DC, Loc, ParamName, ParamType); 3414 IdentifierInfo *ParamName = &Context.Idents.get(I->first); local 3416 = ImplicitParamDecl::Create(Context, DC, Loc, ParamName, I->second); 3424 IdentifierInfo *ParamName = &Context.Idents.get("__context"); local 3427 ImplicitParamDecl::Create(Context, DC, Loc, ParamName, ParamType);
|
H A D | SemaTemplate.cpp | 542 /// "class" or "typename" keyword. ParamName is the name of the 550 IdentifierInfo *ParamName, 560 if (!ParamName) 566 KeyLoc, Loc, Depth, Position, ParamName, 572 if (ParamName) { 573 maybeDiagnoseTemplateParameterShadow(*this, S, ParamNameLoc, ParamName); 686 IdentifierInfo *ParamName = D.getIdentifier(); local 692 Depth, Position, ParamName, T, 699 if (ParamName) { 701 ParamName); 547 ActOnTypeParameter(Scope *S, bool Typename, 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 D | Sema.h | 5198 IdentifierInfo *ParamName, 5214 IdentifierInfo *ParamName,
|
Completed in 473 milliseconds