/external/tcpdump/ |
H A D | print-m3ua.c | 183 static const struct tok ParamName[] = { variable in typeref:struct:tok 266 ND_PRINT((ndo, "\n\t\t\t%s: ", tok2str(ParamName, "Unknown Parameter (0x%04x)", hdr_tag)));
|
/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 | 516 IdentifierInfo *ParamName = nullptr; local 518 ParamName = Tok.getIdentifierInfo(); 544 KeyLoc, ParamName, NameLoc, Depth, Position, 613 IdentifierInfo *ParamName = nullptr; local 615 ParamName = Tok.getIdentifierInfo(); 655 ParamName, NameLoc, Depth,
|
/external/clang/lib/Sema/ |
H A D | SemaStmt.cpp | 3822 IdentifierInfo *ParamName = &Context.Idents.get("__context"); local 3825 = ImplicitParamDecl::Create(Context, DC, Loc, ParamName, ParamType); 3857 IdentifierInfo *ParamName = &Context.Idents.get("__context"); local 3860 = ImplicitParamDecl::Create(Context, DC, Loc, ParamName, ParamType); 3865 IdentifierInfo *ParamName = &Context.Idents.get(I->first); local 3867 = ImplicitParamDecl::Create(Context, DC, Loc, ParamName, I->second); 3875 IdentifierInfo *ParamName = &Context.Idents.get("__context"); local 3878 ImplicitParamDecl::Create(Context, DC, Loc, ParamName, ParamType);
|
H A D | SemaTemplate.cpp | 543 /// "class" or "typename" keyword. ParamName is the name of the 551 IdentifierInfo *ParamName, 561 if (!ParamName) 567 KeyLoc, Loc, Depth, Position, ParamName, 573 if (ParamName) { 574 maybeDiagnoseTemplateParameterShadow(*this, S, ParamNameLoc, ParamName); 683 IdentifierInfo *ParamName = D.getIdentifier(); local 689 Depth, Position, ParamName, T, 696 if (ParamName) { 698 ParamName); 548 ActOnTypeParameter(Scope *S, bool Typename, SourceLocation EllipsisLoc, SourceLocation KeyLoc, IdentifierInfo *ParamName, SourceLocation ParamNameLoc, unsigned Depth, unsigned Position, SourceLocation EqualLoc, ParsedType DefaultArg) argument [all...] |
/external/llvm/lib/Transforms/Instrumentation/ |
H A D | InstrProfiling.cpp | 179 #define VALUE_PROF_FUNC_PARAM(ParamType, ParamName, ParamLLVMType) ParamLLVMType
|
/external/clang/include/clang/Sema/ |
H A D | Sema.h | 5560 IdentifierInfo *ParamName, 5576 IdentifierInfo *ParamName,
|