Home
last modified time | relevance | path

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

/external/chromium_org/sandbox/win/src/
Dcrosscall_params.h67 struct ParamInfo { struct
68 ArgType type_;
69 uint32 offset_;
70 uint32 size_;
/external/llvm/lib/AsmParser/
DLLParser.h333 struct ParamInfo { struct
337 ParamInfo(LocTy loc, Value *v, AttributeSet attrs) in ParamInfo() argument
/external/clang/include/clang/Sema/
DDeclSpec.h1097 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/
DParseDecl.cpp4973 SmallVector<DeclaratorChunk::ParamInfo, 16> ParamInfo; in ParseFunctionDeclarator() local
5160 SmallVectorImpl<DeclaratorChunk::ParamInfo> &ParamInfo) { in ParseFunctionDeclaratorIdentifierList()
5241 SmallVectorImpl<DeclaratorChunk::ParamInfo> &ParamInfo, in ParseParameterDeclarationClause()
DParseExpr.cpp2431 Declarator ParamInfo(DS, Declarator::BlockLiteralContext); in ParseBlockLiteralExpression() local
DParseExprCXX.cpp931 SmallVector<DeclaratorChunk::ParamInfo, 16> ParamInfo; in ParseLambdaExpressionAfterIntroducer() local
/external/clang/lib/Sema/
DSemaLambda.cpp520 Declarator &ParamInfo, in ActOnStartOfLambdaDefinition()
DSemaExpr.cpp10012 void Sema::ActOnBlockArguments(SourceLocation CaretLoc, Declarator &ParamInfo, in ActOnBlockArguments()
/external/clang/include/clang/AST/
DDecl.h3153 ParmVarDecl **ParamInfo; variable