Home
last modified time | relevance | path

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

/external/llvm/lib/AsmParser/
DLLParser.h305 struct ParamInfo { struct
309 ParamInfo(LocTy loc, Value *v, Attributes attrs) in ParamInfo() argument
/external/clang/include/clang/Sema/
DDeclSpec.h1055 struct ParamInfo { struct
1056 IdentifierInfo *Ident;
1057 SourceLocation IdentLoc;
1058 Decl *Param;
1065 CachedTokens *DefaultArgTokens;
1067 ParamInfo() {} in ParamInfo() argument
1071 : Ident(ident), IdentLoc(iloc), Param(param), in Ident()
/external/clang/lib/Parse/
DParseDecl.cpp4186 SmallVector<DeclaratorChunk::ParamInfo, 16> ParamInfo; in ParseFunctionDeclarator() local
4360 SmallVector<DeclaratorChunk::ParamInfo, 16> &ParamInfo) { in ParseFunctionDeclaratorIdentifierList()
4441 SmallVector<DeclaratorChunk::ParamInfo, 16> &ParamInfo, in ParseParameterDeclarationClause()
DParseExpr.cpp2354 Declarator ParamInfo(DS, Declarator::BlockLiteralContext); in ParseBlockLiteralExpression() local
DParseExprCXX.cpp761 llvm::SmallVector<DeclaratorChunk::ParamInfo, 16> ParamInfo; in ParseLambdaExpressionAfterIntroducer() local
/external/clang/lib/Sema/
DSemaLambda.cpp218 Declarator &ParamInfo, in ActOnStartOfLambdaDefinition()
DSemaExpr.cpp8895 void Sema::ActOnBlockArguments(Declarator &ParamInfo, Scope *CurScope) { in ActOnBlockArguments()
/external/clang/include/clang/AST/
DDecl.h3113 ParmVarDecl **ParamInfo; variable