Home
last modified time | relevance | path

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

/external/swiftshader/third_party/LLVM/lib/AsmParser/
DLLParser.h304 struct ParamInfo { struct
308 ParamInfo(LocTy loc, Value *v, unsigned attrs) in ParamInfo() argument
/external/llvm/lib/AsmParser/
DLLParser.h391 struct ParamInfo { struct
395 ParamInfo(LocTy loc, Value *v, AttributeSet attrs) in ParamInfo() argument
/external/swiftshader/third_party/llvm-7.0/llvm/lib/AsmParser/
DLLParser.h479 struct ParamInfo { struct
483 ParamInfo(LocTy loc, Value *v, AttributeSet attrs) in ParamInfo() function
/external/turbine/java/com/google/turbine/binder/bound/
DTypeBoundClass.java233 class ParamInfo { class
239 public ParamInfo(Type type, String name, ImmutableList<AnnoInfo> annotations, int access) { in ParamInfo() method in TypeBoundClass.ParamInfo
/external/clang/include/clang/Sema/
DDeclSpec.h1179 struct ParamInfo { struct
1180 IdentifierInfo *Ident;
1181 SourceLocation IdentLoc;
1182 Decl *Param;
1189 CachedTokens *DefaultArgTokens;
1191 ParamInfo() {} in ParamInfo() function
1195 : Ident(ident), IdentLoc(iloc), Param(param), in Ident()
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Analysis/
DCFLSteensAliasAnalysis.cpp175 auto ParamInfo = Sets.find(InstantiatedValue{&Param, 0}); in FunctionInfo() local
/external/llvm/lib/Analysis/
DCFLSteensAliasAnalysis.cpp188 auto ParamInfo = Sets.find(InstantiatedValue{&Param, 0}); in FunctionInfo() local
/external/clang/lib/Parse/
DParseDecl.cpp5583 SmallVector<DeclaratorChunk::ParamInfo, 16> ParamInfo; in ParseFunctionDeclarator() local
5802 SmallVectorImpl<DeclaratorChunk::ParamInfo> &ParamInfo) { in ParseFunctionDeclaratorIdentifierList()
5879 SmallVectorImpl<DeclaratorChunk::ParamInfo> &ParamInfo, in ParseParameterDeclarationClause()
DParseExpr.cpp2782 Declarator ParamInfo(DS, Declarator::BlockLiteralContext); in ParseBlockLiteralExpression() local
DParseExprCXX.cpp1143 SmallVector<DeclaratorChunk::ParamInfo, 16> ParamInfo; in ParseLambdaExpressionAfterIntroducer() local
/external/clang/lib/Sema/
DSemaLambda.cpp805 Declarator &ParamInfo, in ActOnStartOfLambdaDefinition()
DSemaExpr.cpp11959 void Sema::ActOnBlockArguments(SourceLocation CaretLoc, Declarator &ParamInfo, in ActOnBlockArguments()
/external/clang/include/clang/AST/
DDecl.h3505 ParmVarDecl **ParamInfo; variable