Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/include/llvm/AsmParser/
H A DLLParser.h545 struct ParamInfo { struct
549 ParamInfo(LocTy loc, Value *v, AttributeSet attrs) in ParamInfo() function
/freebsd/contrib/llvm-project/clang/include/clang/Sema/
H A DDeclSpec.h1330 struct ParamInfo { struct
1331 const IdentifierInfo *Ident;
1332 SourceLocation IdentLoc;
1333 Decl *Param;
1340 std::unique_ptr<CachedTokens> DefaultArgTokens;
1345 : Ident(ident), IdentLoc(iloc), Param(param), in Ident()
/freebsd/contrib/llvm-project/clang/include/clang/APINotes/
H A DTypes.h434 ParamInfo() in ParamInfo() function
/freebsd/contrib/llvm-project/clang/lib/Sema/
H A DSemaLambda.cpp917 Declarator &ParamInfo, Scope *CurScope, in getLambdaType()
1389 Declarator &ParamInfo, in ActOnStartOfLambdaDefinition()
H A DSemaDeclCXX.cpp11251 const auto &ParamInfo = FTI.Params[Idx]; in CheckExplicitObjectMemberFunction() local
H A DSemaExpr.cpp15961 void Sema::ActOnBlockArguments(SourceLocation CaretLoc, Declarator &ParamInfo, in ActOnBlockArguments()
/freebsd/contrib/llvm-project/clang/lib/Parse/
H A DParseExprCXX.cpp1458 SmallVector<DeclaratorChunk::ParamInfo, 16> ParamInfo; in ParseLambdaExpressionAfterIntroducer() local
3622 for (auto &ParamInfo : LocalParameters) in ParseRequiresExpression() local
H A DParseDecl.cpp7504 SmallVector<DeclaratorChunk::ParamInfo, 16> ParamInfo; in ParseFunctionDeclarator() local
7741 SmallVectorImpl<DeclaratorChunk::ParamInfo> &ParamInfo) { in ParseFunctionDeclaratorIdentifierList()
7822 SmallVectorImpl<DeclaratorChunk::ParamInfo> &ParamInfo, in ParseParameterDeclarationClause()
H A DParseExpr.cpp3796 Declarator ParamInfo(DS, ParsedAttributesView::none(), in ParseBlockLiteralExpression() local
/freebsd/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/contrib/llvm-project/clang/include/clang/Parse/
H A DParser.h3238 SmallVectorImpl<DeclaratorChunk::ParamInfo> &ParamInfo, in ParseParameterDeclarationClause()
/freebsd/contrib/llvm-project/clang/lib/CodeGen/
H A DCGCall.cpp140 for (const auto &ParamInfo : proto->getExtParameterInfos()) { in addExtParameterInfosForCall() local
/freebsd/contrib/llvm-project/llvm/lib/AsmParser/
H A DLLParser.cpp7264 const SmallVector<ParamInfo, 16> &ArgList, in resolveFunctionType()