Home
last modified time | relevance | path

Searched defs:ParamKind (Results 1 – 7 of 7) sorted by relevance

/llvm-project/llvm/include/llvm/IR/
H A DVFABIDemangler.h64 VFParamKind ParamKind; // Kind of Parameter. global() member
/llvm-project/llvm/lib/IR/
H A DVFABIDemangler.cpp504 const VFParamKind ParamKind = StringSwitch<VFParamKind>(Token) getVFParamKindFromString() local
[all...]
/llvm-project/llvm/utils/TableGen/Common/GlobalISel/
H A DPatterns.h534 enum ParamKind { global() enum
/llvm-project/clang/include/clang/AST/
H A DDecl.h1735 ImplicitParamDecl(ASTContext & C,DeclContext * DC,SourceLocation IdLoc,const IdentifierInfo * Id,QualType Type,ImplicitParamKind ParamKind) ImplicitParamDecl() argument
1742 ImplicitParamDecl(ASTContext & C,QualType Type,ImplicitParamKind ParamKind) ImplicitParamDecl() argument
/llvm-project/clang/lib/AST/
H A DDecl.cpp5370 Create(ASTContext & C,DeclContext * DC,SourceLocation IdLoc,IdentifierInfo * Id,QualType Type,ImplicitParamKind ParamKind) Create() argument
5375 Create(ASTContext & C,QualType Type,ImplicitParamKind ParamKind) Create() argument
/llvm-project/clang/lib/Sema/
H A DSemaTemplate.cpp8754 unsigned ParamKind = isa<TemplateTypeParmDecl>(New)? 0 MatchTemplateParameterKind() local
H A DSemaDecl.cpp9327 OpenCLParamType ParamKind = getOpenCLKernelParameterType(S, PointeeType); getOpenCLKernelParameterType() local