Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/AsmParser/
H A DLLParser.h492 struct ParamInfo { struct
496 ParamInfo(LocTy loc, Value *v, AttributeSet attrs) in ParamInfo() argument
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Analysis/
H A DCFLSteensAliasAnalysis.cpp176 auto ParamInfo = Sets.find(InstantiatedValue{&Param, 0}); in FunctionInfo() local
/netbsd-src/external/apache2/llvm/dist/clang/include/clang/Sema/
H A DDeclSpec.h1251 struct ParamInfo { struct
1252 IdentifierInfo *Ident;
1253 SourceLocation IdentLoc;
1254 Decl *Param;
1261 std::unique_ptr<CachedTokens> DefaultArgTokens;
1267 : Ident(ident), IdentLoc(iloc), Param(param), in Ident()
/netbsd-src/external/apache2/llvm/dist/clang/include/clang/APINotes/
H A DTypes.h425 ParamInfo() in ParamInfo() function
/netbsd-src/external/apache2/llvm/dist/clang/lib/Parse/
H A DParseExprCXX.cpp1325 SourceLocation EllipsisLoc) { in ParseLambdaExpressionAfterIntroducer()
1407 SmallVector<DeclaratorChunk::ParamInfo, 16> ParamInfo; in ParseLambdaExpressionAfterIntroducer() local
3384 for (auto &ParamInfo : LocalParameters) in ParseRequiresExpression() local
H A DParseDecl.cpp6499 SmallVector<DeclaratorChunk::ParamInfo, 16> ParamInfo; in ParseFunctionDeclarator() local
6718 SmallVectorImpl<DeclaratorChunk::ParamInfo> &ParamInfo) { in ParseFunctionDeclaratorIdentifierList()
6795 SmallVectorImpl<DeclaratorChunk::ParamInfo> &ParamInfo, in ParseParameterDeclarationClause()
H A DParseExpr.cpp3464 Declarator ParamInfo(DS, DeclaratorContext::BlockLiteral); in ParseBlockLiteralExpression() local
/netbsd-src/external/apache2/llvm/dist/clang/lib/Sema/
H A DSemaLambda.cpp890 Declarator &ParamInfo, in ActOnStartOfLambdaDefinition()
H A DSemaExpr.cpp15302 void Sema::ActOnBlockArguments(SourceLocation CaretLoc, Declarator &ParamInfo, in ActOnBlockArguments()
/netbsd-src/external/apache2/llvm/dist/clang/lib/CodeGen/
H A DCGCall.cpp130 for (const auto &ParamInfo : proto->getExtParameterInfos()) { in addExtParameterInfosForCall() local