/llvm-project/llvm/include/llvm/AsmParser/ |
H A D | LLParser.h | 542 struct ParamInfo { global() struct 546 ParamInfoParamInfo ParamInfo() argument
|
/llvm-project/clang-tools-extra/clang-tidy/readability/ |
H A D | InconsistentDeclarationParameterNameCheck.cpp | 198 for (const DifferingParamInfo &ParamInfo : DifferingParams) { in joinParameterNames() local 212 auto ChooseOtherName = [](const DifferingParamInfo &ParamInfo) { in formatDifferingParamsDiagnostic() 215 auto ChooseSourceName = [](const DifferingParamInfo &ParamInfo) { in formatDifferingParamsDiagnostic() 227 for (const DifferingParamInfo &ParamInfo : DifferingParams) { in formatDifferingParamsDiagnostic() local
|
H A D | NonConstParameterCheck.cpp | 144 const ParmInfo &ParamInfo = It.second; in diagnoseNonConstParameters() local
|
/llvm-project/clang/include/clang/Sema/ |
H A D | DeclSpec.h | 1333 struct ParamInfo { argument 1345 ParamInfo() = default; in Ident() argument 1330 struct ParamInfo { global() struct 1331 IdentDeclaratorChunk::ParamInfo global() argument 1332 IdentLocDeclaratorChunk::ParamInfo global() argument 1340 DefaultArgTokensDeclaratorChunk::ParamInfo global() argument
|
/llvm-project/clang/include/clang/APINotes/ |
H A D | Types.h | 440 ParamInfo() ParamInfo() function [all...] |
/llvm-project/clang/lib/Sema/ |
H A D | SemaLambda.cpp | 917 getLambdaType(Sema & S,LambdaIntroducer & Intro,Declarator & ParamInfo,Scope * CurScope,SourceLocation Loc,bool & ExplicitResultType) getLambdaType() argument 1388 ActOnStartOfLambdaDefinition(LambdaIntroducer & Intro,Declarator & ParamInfo,const DeclSpec & DS) ActOnStartOfLambdaDefinition() argument [all...] |
H A D | SemaDeclCXX.cpp | 11218 const auto &ParamInfo = FTI.Params[Idx]; CheckExplicitObjectMemberFunction() local
|
H A D | SemaExpr.cpp | 15918 ActOnBlockArguments(SourceLocation CaretLoc,Declarator & ParamInfo,Scope * CurScope) ActOnBlockArguments() argument
|
/llvm-project/clang/lib/Parse/ |
H A D | ParseExprCXX.cpp | 1458 SmallVector<DeclaratorChunk::ParamInfo, 16> ParamInfo; ParseLambdaExpressionAfterIntroducer() local 3622 for (auto &ParamInfo : LocalParameters) ParseRequiresExpression() local
|
H A D | ParseDecl.cpp | 7497 SmallVector<DeclaratorChunk::ParamInfo, 16> ParamInfo; ParseFunctionDeclarator() local 7734 ParseFunctionDeclaratorIdentifierList(Declarator & D,SmallVectorImpl<DeclaratorChunk::ParamInfo> & ParamInfo) ParseFunctionDeclaratorIdentifierList() argument 7815 ParseParameterDeclarationClause(DeclaratorContext DeclaratorCtx,ParsedAttributes & FirstArgAttrs,SmallVectorImpl<DeclaratorChunk::ParamInfo> & ParamInfo,SourceLocation & EllipsisLoc,bool IsACXXFunctionDeclaration) ParseParameterDeclarationClause() argument [all...] |
H A D | ParseExpr.cpp | 3769 Declarator ParamInfo(DS, ParsedAttributesView::none(), ParseBlockLiteralExpression() local [all...] |
/llvm-project/clang/include/clang/Parse/ |
H A D | Parser.h | 3234 ParseParameterDeclarationClause(Declarator & D,ParsedAttributes & attrs,SmallVectorImpl<DeclaratorChunk::ParamInfo> & ParamInfo,SourceLocation & EllipsisLoc) ParseParameterDeclarationClause() argument
|
/llvm-project/clang/lib/CodeGen/ |
H A D | CGCall.cpp | 140 for (const auto &ParamInfo : proto->getExtParameterInfos()) { in addExtParameterInfosForCall() local
|
/llvm-project/llvm/lib/AsmParser/ |
H A D | LLParser.cpp | 7242 resolveFunctionType(Type * RetType,const SmallVector<ParamInfo,16> & ArgList,FunctionType * & FuncTy) resolveFunctionType() argument [all...] |