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 { getFunctionType() function 448 FunctionType *getFunctionType(Module &M) const override { return FuncTy; } getFunctionType() function
974 FunctionType *AMDGPUMangledLibFunc::getFunctionType(Module &M) const { in getFunctionType() function in AMDGPUMangledLibFunc
512 CodeCompleteConsumer::OverloadCandidate::getFunctionType() const { in getFunctionType() function in CodeCompleteConsumer::OverloadCandidate
207 FunctionType *getFunctionType() const { in getFunctionType() function
185 FunctionType *getFunctionType() { return FnTy; } in getFunctionType() function
227 TypeIndex getFunctionType() const { return FunctionType; } in getFunctionType() function619 TypeIndex getFunctionType() const { return FunctionType; } in getFunctionType() function
1257 uint32_t WasmObjectWriter::getFunctionType(const MCSymbolWasm &Symbol) { in getFunctionType() function in WasmObjectWriter
1179 const FunctionType *Decl::getFunctionType(bool BlocksToo) const { in getFunctionType() function in Decl
2513 const FunctionProtoType *BlockExpr::getFunctionType() const { in getFunctionType() function in BlockExpr
1612 QualType getFunctionType(QualType ResultTy, ArrayRef<QualType> Args, in getFunctionType() function
4353 CGDebugInfo::getFunctionType(const FunctionDecl *FD, QualType RetTy, in getFunctionType() function in CGDebugInfo