Searched defs:getFunctionType (Results 1 – 12 of 12) sorted by relevance
58 FunctionType *InlineAsm::getFunctionType() const { in getFunctionType() function in InlineAsm
404 FunctionType *getFunctionType(Module &M) const { in getFunctionType() function461 FunctionType *getFunctionType(Module &M) const override { return FuncTy; } in 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
200 FunctionType *getFunctionType() const { 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
1261 uint32_t WasmObjectWriter::getFunctionType(const MCSymbolWasm &Symbol) { getFunctionType() function in WasmObjectWriter
1117 const FunctionType *Decl::getFunctionType(bool BlocksToo) const { getFunctionType() function in Decl
2477 const FunctionProtoType *BlockExpr::getFunctionType() const { getFunctionType() function in BlockExpr
1550 QualType getFunctionType(QualType ResultTy, ArrayRef<QualType> Args, getFunctionType() function
4200 CGDebugInfo::getFunctionType(const FunctionDecl *FD, QualType RetTy, getFunctionType() function in CGDebugInfo