Home
last modified time | relevance | path

Searched defs:ParamInfo (Results 1 – 14 of 14) sorted by relevance

/llvm-project/llvm/include/llvm/AsmParser/
H A DLLParser.h542 struct ParamInfo { global() struct
546 ParamInfoParamInfo ParamInfo() argument
/llvm-project/clang-tools-extra/clang-tidy/readability/
H A DInconsistentDeclarationParameterNameCheck.cpp198 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 DNonConstParameterCheck.cpp144 const ParmInfo &ParamInfo = It.second; in diagnoseNonConstParameters() local
/llvm-project/clang/include/clang/Sema/
H A DDeclSpec.h1333 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 DTypes.h440 ParamInfo() ParamInfo() function
[all...]
/llvm-project/clang/lib/Sema/
H A DSemaLambda.cpp917 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 DSemaDeclCXX.cpp11218 const auto &ParamInfo = FTI.Params[Idx]; CheckExplicitObjectMemberFunction() local
H A DSemaExpr.cpp15918 ActOnBlockArguments(SourceLocation CaretLoc,Declarator & ParamInfo,Scope * CurScope) ActOnBlockArguments() argument
/llvm-project/clang/lib/Parse/
H A DParseExprCXX.cpp1458 SmallVector<DeclaratorChunk::ParamInfo, 16> ParamInfo; ParseLambdaExpressionAfterIntroducer() local
3622 for (auto &ParamInfo : LocalParameters) ParseRequiresExpression() local
H A DParseDecl.cpp7497 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 DParseExpr.cpp3769 Declarator ParamInfo(DS, ParsedAttributesView::none(), ParseBlockLiteralExpression() local
[all...]
/llvm-project/clang/include/clang/Parse/
H A DParser.h3234 ParseParameterDeclarationClause(Declarator & D,ParsedAttributes & attrs,SmallVectorImpl<DeclaratorChunk::ParamInfo> & ParamInfo,SourceLocation & EllipsisLoc) ParseParameterDeclarationClause() argument
/llvm-project/clang/lib/CodeGen/
H A DCGCall.cpp140 for (const auto &ParamInfo : proto->getExtParameterInfos()) { in addExtParameterInfosForCall() local
/llvm-project/llvm/lib/AsmParser/
H A DLLParser.cpp7242 resolveFunctionType(Type * RetType,const SmallVector<ParamInfo,16> & ArgList,FunctionType * & FuncTy) resolveFunctionType() argument
[all...]