Searched defs:ParamInfo (Results 1 – 9 of 9) sorted by relevance
/external/chromium_org/sandbox/win/src/ |
D | crosscall_params.h | 67 struct ParamInfo { struct 68 ArgType type_; 69 uint32 offset_; 70 uint32 size_;
|
/external/llvm/lib/AsmParser/ |
D | LLParser.h | 333 struct ParamInfo { struct 337 ParamInfo(LocTy loc, Value *v, AttributeSet attrs) in ParamInfo() argument
|
/external/clang/include/clang/Sema/ |
D | DeclSpec.h | 1097 struct ParamInfo { struct 1098 IdentifierInfo *Ident; 1099 SourceLocation IdentLoc; 1100 Decl *Param; 1107 CachedTokens *DefaultArgTokens; 1109 ParamInfo() {} in ParamInfo() function 1113 : Ident(ident), IdentLoc(iloc), Param(param), in Ident()
|
/external/clang/lib/Parse/ |
D | ParseDecl.cpp | 4973 SmallVector<DeclaratorChunk::ParamInfo, 16> ParamInfo; in ParseFunctionDeclarator() local 5160 SmallVectorImpl<DeclaratorChunk::ParamInfo> &ParamInfo) { in ParseFunctionDeclaratorIdentifierList() 5241 SmallVectorImpl<DeclaratorChunk::ParamInfo> &ParamInfo, in ParseParameterDeclarationClause()
|
D | ParseExpr.cpp | 2431 Declarator ParamInfo(DS, Declarator::BlockLiteralContext); in ParseBlockLiteralExpression() local
|
D | ParseExprCXX.cpp | 931 SmallVector<DeclaratorChunk::ParamInfo, 16> ParamInfo; in ParseLambdaExpressionAfterIntroducer() local
|
/external/clang/lib/Sema/ |
D | SemaLambda.cpp | 520 Declarator &ParamInfo, in ActOnStartOfLambdaDefinition()
|
D | SemaExpr.cpp | 10012 void Sema::ActOnBlockArguments(SourceLocation CaretLoc, Declarator &ParamInfo, in ActOnBlockArguments()
|
/external/clang/include/clang/AST/ |
D | Decl.h | 3153 ParmVarDecl **ParamInfo; variable
|