Searched defs:ParamInfo (Results 1 – 13 of 13) sorted by relevance
| /freebsd/contrib/llvm-project/llvm/include/llvm/AsmParser/ |
| H A D | LLParser.h | 549 struct ParamInfo { struct 553 ParamInfo(LocTy loc, Value *v, AttributeSet attrs) in ParamInfo() argument
|
| /freebsd/contrib/llvm-project/clang/include/clang/Sema/ |
| H A D | DeclSpec.h | 1332 struct ParamInfo { struct 1333 const IdentifierInfo *Ident; 1334 SourceLocation IdentLoc; 1335 Decl *Param; 1342 std::unique_ptr<CachedTokens> DefaultArgTokens; 1347 : Ident(ident), IdentLoc(iloc), Param(param), in Ident()
|
| /freebsd/contrib/llvm-project/clang/include/clang/APINotes/ |
| H A D | Types.h | 442 ParamInfo() in ParamInfo() function
|
| /freebsd/contrib/llvm-project/clang/lib/Sema/ |
| H A D | SemaLambda.cpp | 938 Declarator &ParamInfo, Scope *CurScope, in getLambdaType() 1416 Declarator &ParamInfo, in ActOnStartOfLambdaDefinition()
|
| H A D | SemaDeclCXX.cpp | 11492 const auto &ParamInfo = FTI.Params[Idx]; in CheckExplicitObjectMemberFunction() local
|
| H A D | SemaExpr.cpp | 16327 void Sema::ActOnBlockArguments(SourceLocation CaretLoc, Declarator &ParamInfo, in ActOnBlockArguments()
|
| /freebsd/contrib/llvm-project/clang/lib/Parse/ |
| H A D | ParseExprCXX.cpp | 1318 SmallVector<DeclaratorChunk::ParamInfo, 16> ParamInfo; in ParseLambdaExpressionAfterIntroducer() local 3149 for (auto &ParamInfo : LocalParameters) in ParseRequiresExpression() local
|
| H A D | ParseDecl.cpp | 7165 SmallVector<DeclaratorChunk::ParamInfo, 16> ParamInfo; in ParseFunctionDeclarator() local 7386 SmallVectorImpl<DeclaratorChunk::ParamInfo> &ParamInfo) { in ParseFunctionDeclaratorIdentifierList() 7435 SmallVectorImpl<DeclaratorChunk::ParamInfo> &ParamInfo, in ParseParameterDeclarationClause()
|
| H A D | ParseExpr.cpp | 3276 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 | 2742 SmallVectorImpl<DeclaratorChunk::ParamInfo> &ParamInfo, in ParseParameterDeclarationClause()
|
| /freebsd/contrib/llvm-project/clang/lib/CodeGen/ |
| H A D | CGCall.cpp | 179 for (const auto &ParamInfo : proto->getExtParameterInfos()) { in addExtParameterInfosForCall() local
|