Searched defs:ParamInfo (Results 1 – 14 of 14) sorted by relevance
/freebsd/contrib/llvm-project/llvm/include/llvm/AsmParser/ |
H A D | LLParser.h | 545 struct ParamInfo { struct 549 ParamInfo(LocTy loc, Value *v, AttributeSet attrs) in ParamInfo() function
|
/freebsd/contrib/llvm-project/clang/include/clang/Sema/ |
H A D | DeclSpec.h | 1330 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 D | Types.h | 434 ParamInfo() in ParamInfo() function
|
/freebsd/contrib/llvm-project/clang/lib/Sema/ |
H A D | SemaLambda.cpp | 917 Declarator &ParamInfo, Scope *CurScope, in getLambdaType() 1389 Declarator &ParamInfo, in ActOnStartOfLambdaDefinition()
|
H A D | SemaDeclCXX.cpp | 11251 const auto &ParamInfo = FTI.Params[Idx]; in CheckExplicitObjectMemberFunction() local
|
H A D | SemaExpr.cpp | 15961 void Sema::ActOnBlockArguments(SourceLocation CaretLoc, Declarator &ParamInfo, in ActOnBlockArguments()
|
/freebsd/contrib/llvm-project/clang/lib/Parse/ |
H A D | ParseExprCXX.cpp | 1458 SmallVector<DeclaratorChunk::ParamInfo, 16> ParamInfo; in ParseLambdaExpressionAfterIntroducer() local 3622 for (auto &ParamInfo : LocalParameters) in ParseRequiresExpression() local
|
H A D | ParseDecl.cpp | 7504 SmallVector<DeclaratorChunk::ParamInfo, 16> ParamInfo; in ParseFunctionDeclarator() local 7741 SmallVectorImpl<DeclaratorChunk::ParamInfo> &ParamInfo) { in ParseFunctionDeclaratorIdentifierList() 7822 SmallVectorImpl<DeclaratorChunk::ParamInfo> &ParamInfo, in ParseParameterDeclarationClause()
|
H A D | ParseExpr.cpp | 3796 Declarator ParamInfo(DS, ParsedAttributesView::none(), in ParseBlockLiteralExpression() local
|
/freebsd/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/contrib/llvm-project/clang/include/clang/Parse/ |
H A D | Parser.h | 3238 SmallVectorImpl<DeclaratorChunk::ParamInfo> &ParamInfo, in ParseParameterDeclarationClause()
|
/freebsd/contrib/llvm-project/clang/lib/CodeGen/ |
H A D | CGCall.cpp | 140 for (const auto &ParamInfo : proto->getExtParameterInfos()) { in addExtParameterInfosForCall() local
|
/freebsd/contrib/llvm-project/llvm/lib/AsmParser/ |
H A D | LLParser.cpp | 7264 const SmallVector<ParamInfo, 16> &ArgList, in resolveFunctionType()
|