Searched defs:ParamInfo (Results 1 – 8 of 8) sorted by relevance
/external/llvm/lib/AsmParser/ |
D | LLParser.h | 305 struct ParamInfo { struct 309 ParamInfo(LocTy loc, Value *v, Attributes attrs) in ParamInfo() argument
|
/external/clang/include/clang/Sema/ |
D | DeclSpec.h | 1055 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/ |
D | ParseDecl.cpp | 4186 SmallVector<DeclaratorChunk::ParamInfo, 16> ParamInfo; in ParseFunctionDeclarator() local 4360 SmallVector<DeclaratorChunk::ParamInfo, 16> &ParamInfo) { in ParseFunctionDeclaratorIdentifierList() 4441 SmallVector<DeclaratorChunk::ParamInfo, 16> &ParamInfo, in ParseParameterDeclarationClause()
|
D | ParseExpr.cpp | 2354 Declarator ParamInfo(DS, Declarator::BlockLiteralContext); in ParseBlockLiteralExpression() local
|
D | ParseExprCXX.cpp | 761 llvm::SmallVector<DeclaratorChunk::ParamInfo, 16> ParamInfo; in ParseLambdaExpressionAfterIntroducer() local
|
/external/clang/lib/Sema/ |
D | SemaLambda.cpp | 218 Declarator &ParamInfo, in ActOnStartOfLambdaDefinition()
|
D | SemaExpr.cpp | 8895 void Sema::ActOnBlockArguments(Declarator &ParamInfo, Scope *CurScope) { in ActOnBlockArguments()
|
/external/clang/include/clang/AST/ |
D | Decl.h | 3113 ParmVarDecl **ParamInfo; variable
|