/freebsd-src/contrib/llvm-project/llvm/include/llvm/AsmParser/ |
H A D | LLParser.h | 547 struct ParamInfo { global() struct 551 ParamInfoParamInfo ParamInfo() argument
|
/freebsd-src/contrib/llvm-project/clang/include/clang/Sema/ |
H A D | DeclSpec.h | 1290 struct ParamInfo { global() struct 1291 IdentDeclaratorChunk::ParamInfo global() argument 1292 IdentLocDeclaratorChunk::ParamInfo global() argument 1293 ParamDeclaratorChunk::ParamInfo global() argument 1300 DefaultArgTokensDeclaratorChunk::ParamInfo global() argument 1306 IdentDeclaratorChunk::ParamInfo Ident() argument
|
/freebsd-src/contrib/llvm-project/clang/include/clang/APINotes/ |
H A D | Types.h | 423 ParamInfo() ParamInfo() function [all...] |
/freebsd-src/contrib/llvm-project/clang/lib/Sema/ |
H A D | SemaLambda.cpp | 875 getLambdaType(Sema & S,LambdaIntroducer & Intro,Declarator & ParamInfo,Scope * CurScope,SourceLocation Loc,bool & ExplicitResultType) getLambdaType() argument 1331 ActOnStartOfLambdaDefinition(LambdaIntroducer & Intro,Declarator & ParamInfo,const DeclSpec & DS) ActOnStartOfLambdaDefinition() argument [all...] |
H A D | SemaDeclCXX.cpp | 11362 const auto &ParamInfo = FTI.Params[Idx]; CheckExplicitObjectMemberFunction() local
|
H A D | SemaExpr.cpp | 16968 ActOnBlockArguments(SourceLocation CaretLoc,Declarator & ParamInfo,Scope * CurScope) ActOnBlockArguments() argument
|
/freebsd-src/contrib/llvm-project/clang/lib/Parse/ |
H A D | ParseExprCXX.cpp | 1373 SmallVector<DeclaratorChunk::ParamInfo, 16> ParamInfo; ParseLambdaExpressionAfterIntroducer() local 3508 for (auto &ParamInfo : LocalParameters) ParseRequiresExpression() local
|
H A D | ParseDecl.cpp | 7074 SmallVector<DeclaratorChunk::ParamInfo, 16> ParamInfo; ParseFunctionDeclarator() local 7303 ParseFunctionDeclaratorIdentifierList(Declarator & D,SmallVectorImpl<DeclaratorChunk::ParamInfo> & ParamInfo) ParseFunctionDeclaratorIdentifierList() argument 7384 ParseParameterDeclarationClause(DeclaratorContext DeclaratorCtx,ParsedAttributes & FirstArgAttrs,SmallVectorImpl<DeclaratorChunk::ParamInfo> & ParamInfo,SourceLocation & EllipsisLoc,bool IsACXXFunctionDeclaration) ParseParameterDeclarationClause() argument [all...] |
H A D | ParseExpr.cpp | 3695 Declarator ParamInfo(DS, ParsedAttributesView::none(), ParseBlockLiteralExpression() local [all...] |
/freebsd-src/sys/dev/mwl/ |
H A D | mwlhal.c | 1372 uint8_t Tid, uint8_t ParamInfo) in bastream_check_available() 1415 uint8_t Tid, uint8_t ParamInfo, void *a1, void *a2) in mwl_hal_bastream_alloc()
|
H A D | mwlreg.h | 1212 uint8_t ParamInfo; member
|
/freebsd-src/contrib/llvm-project/clang/include/clang/Parse/ |
H A D | Parser.h | 3156 ParseParameterDeclarationClause(Declarator & D,ParsedAttributes & attrs,SmallVectorImpl<DeclaratorChunk::ParamInfo> & ParamInfo,SourceLocation & EllipsisLoc) ParseParameterDeclarationClause() argument
|
/freebsd-src/contrib/llvm-project/clang/lib/CodeGen/ |
H A D | CGCall.cpp | 136 for (const auto &ParamInfo : proto->getExtParameterInfos()) { addExtParameterInfosForCall() local
|
/freebsd-src/contrib/llvm-project/llvm/lib/AsmParser/ |
H A D | LLParser.cpp | 6829 resolveFunctionType(Type * RetType,const SmallVector<ParamInfo,16> & ArgList,FunctionType * & FuncTy) resolveFunctionType() argument [all...] |