Searched defs:OverloadTy (Results 1 – 6 of 6) sorted by relevance
/llvm-project/llvm/lib/Target/DirectX/ |
H A D | DXILOpBuilder.cpp | 177 getResRetType(Type * OverloadTy,LLVMContext & Ctx) getResRetType() argument 190 getTypeFromParameterKind(ParameterKind Kind,Type * OverloadTy) getTypeFromParameterKind() argument 232 getDXILOpFunctionType(const OpCodeProperty * Prop,Type * ReturnTy,Type * OverloadTy) getDXILOpFunctionType() argument 256 createDXILOpCall(dxil::OpCode OpCode,Type * ReturnTy,Type * OverloadTy,SmallVector<Value * > Args) createDXILOpCall() argument [all...] |
H A D | DXILOpLowering.cpp | 78 Type *OverloadTy = DXILB.getOverloadTy(DXILOp, F.getFunctionType()); lowerIntrinsic() local
|
/llvm-project/clang-tools-extra/clang-tidy/utils/ |
H A D | DeclRefExprUtils.cpp | 137 const QualType OverloadTy = ConstOverload->getReturnType().getCanonicalType(); in isLikelyShallowConst() local
|
/llvm-project/llvm/lib/IR/ |
H A D | IntrinsicInst.cpp | 645 Type *OverloadTy = Params[0]->getType(); getDeclarationForParams() local
|
/llvm-project/clang/include/clang/AST/ |
H A D | ASTContext.h | 1137 CanQualType DependentTy, OverloadTy, BoundMemberTy, UnresolvedTemplateTy, global() variable
|
/llvm-project/clang/lib/Sema/ |
H A D | SemaExpr.cpp | 6166 QualType OverloadTy = Context.getFunctionType(FT->getReturnType(), rewriteBuiltinFunctionDecl() local
|