Home
last modified time | relevance | path

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

/freebsd-src/contrib/llvm-project/llvm/include/llvm/IR/
H A DVFABIDemangler.h64 VFParamKind ParamKind; // Kind of Parameter. member
/freebsd-src/contrib/llvm-project/llvm/lib/IR/
H A DVFABIDemangler.cpp504 const VFParamKind ParamKind = StringSwitch<VFParamKind>(Token) in getVFParamKindFromString() local
/freebsd-src/contrib/llvm-project/llvm/utils/TableGen/GlobalISel/
H A DPatterns.h
/freebsd-src/contrib/llvm-project/clang/include/clang/AST/
H A DDecl.h1723 ImplicitParamDecl(ASTContext & C,DeclContext * DC,SourceLocation IdLoc,IdentifierInfo * Id,QualType Type,ImplicitParamKind ParamKind) ImplicitParamDecl() argument
1730 ImplicitParamDecl(ASTContext & C,QualType Type,ImplicitParamKind ParamKind) ImplicitParamDecl() argument
/freebsd-src/contrib/llvm-project/clang/lib/AST/
H A DDecl.cpp5312 Create(ASTContext & C,DeclContext * DC,SourceLocation IdLoc,IdentifierInfo * Id,QualType Type,ImplicitParamKind ParamKind) Create() argument
5317 Create(ASTContext & C,QualType Type,ImplicitParamKind ParamKind) Create() argument
/freebsd-src/contrib/llvm-project/clang/lib/Sema/
H A DSemaTemplate.cpp8272 unsigned ParamKind = isa<TemplateTypeParmDecl>(New)? 0 MatchTemplateParameterKind() local
H A DSemaDecl.cpp9496 OpenCLParamType ParamKind = getOpenCLKernelParameterType(S, PointeeType); getOpenCLKernelParameterType() local