Home
last modified time | relevance | path

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

/freebsd-src/contrib/llvm-project/llvm/include/llvm/AsmParser/
H A DLLParser.h547 struct ParamInfo { global() struct
551 ParamInfoParamInfo ParamInfo() argument
/freebsd-src/contrib/llvm-project/clang/include/clang/Sema/
H A DDeclSpec.h1290 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 DTypes.h423 ParamInfo() ParamInfo() function
[all...]
/freebsd-src/contrib/llvm-project/clang/lib/Sema/
H A DSemaLambda.cpp875 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 DSemaDeclCXX.cpp11362 const auto &ParamInfo = FTI.Params[Idx]; CheckExplicitObjectMemberFunction() local
H A DSemaExpr.cpp16968 ActOnBlockArguments(SourceLocation CaretLoc,Declarator & ParamInfo,Scope * CurScope) ActOnBlockArguments() argument
/freebsd-src/contrib/llvm-project/clang/lib/Parse/
H A DParseExprCXX.cpp1373 SmallVector<DeclaratorChunk::ParamInfo, 16> ParamInfo; ParseLambdaExpressionAfterIntroducer() local
3508 for (auto &ParamInfo : LocalParameters) ParseRequiresExpression() local
H A DParseDecl.cpp7074 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 DParseExpr.cpp3695 Declarator ParamInfo(DS, ParsedAttributesView::none(), ParseBlockLiteralExpression() local
[all...]
/freebsd-src/sys/dev/mwl/
H A Dmwlhal.c1372 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 Dmwlreg.h1212 uint8_t ParamInfo; member
/freebsd-src/contrib/llvm-project/clang/include/clang/Parse/
H A DParser.h3156 ParseParameterDeclarationClause(Declarator & D,ParsedAttributes & attrs,SmallVectorImpl<DeclaratorChunk::ParamInfo> & ParamInfo,SourceLocation & EllipsisLoc) ParseParameterDeclarationClause() argument
/freebsd-src/contrib/llvm-project/clang/lib/CodeGen/
H A DCGCall.cpp136 for (const auto &ParamInfo : proto->getExtParameterInfos()) { addExtParameterInfosForCall() local
/freebsd-src/contrib/llvm-project/llvm/lib/AsmParser/
H A DLLParser.cpp6829 resolveFunctionType(Type * RetType,const SmallVector<ParamInfo,16> & ArgList,FunctionType * & FuncTy) resolveFunctionType() argument
[all...]