Searched defs:getFunctionType (Results 1 – 12 of 12) sorted by relevance
58 FunctionType *InlineAsm::getFunctionType() const { in getFunctionType() function in InlineAsm
393 FunctionType *getFunctionType(Module &M) const { in getFunctionType() function448 FunctionType *getFunctionType(Module &M) const override { return FuncTy; } in getFunctionType() function
920 FunctionType *AMDGPUMangledLibFunc::getFunctionType(Module &M) const { in getFunctionType() function in AMDGPUMangledLibFunc
506 CodeCompleteConsumer::OverloadCandidate::getFunctionType() const { in getFunctionType() function in CodeCompleteConsumer::OverloadCandidate
174 FunctionType *getFunctionType() const { in getFunctionType() function
182 FunctionType *getFunctionType() { return FnTy; } in getFunctionType() function
227 TypeIndex getFunctionType() const { return FunctionType; } in getFunctionType() function619 TypeIndex getFunctionType() const { return FunctionType; } in getFunctionType() function
1259 uint32_t WasmObjectWriter::getFunctionType(const MCSymbolWasm &Symbol) { in getFunctionType() function in WasmObjectWriter
1032 const FunctionType *Decl::getFunctionType(bool BlocksToo) const { in getFunctionType() function in Decl
2483 const FunctionProtoType *BlockExpr::getFunctionType() const { in getFunctionType() function in BlockExpr
1531 QualType getFunctionType(QualType ResultTy, ArrayRef<QualType> Args, in getFunctionType() function
4054 CGDebugInfo::getFunctionType(const FunctionDecl *FD, QualType RetTy, in getFunctionType() function in CGDebugInfo