Searched defs:getFunctionType (Results 1 – 12 of 12) sorted by relevance
57 FunctionType *InlineAsm::getFunctionType() const { in getFunctionType() function in InlineAsm
497 CodeCompleteConsumer::OverloadCandidate::getFunctionType() const { in getFunctionType() function in CodeCompleteConsumer::OverloadCandidate
392 FunctionType *getFunctionType(Module &M) const { in getFunctionType() function447 FunctionType *getFunctionType(Module &M) const override { return FuncTy; } in getFunctionType() function
922 FunctionType *AMDGPUMangledLibFunc::getFunctionType(Module &M) const { in getFunctionType() function in AMDGPUMangledLibFunc
203 llvm::FunctionType *getFunctionType() const { in getFunctionType() function
164 FunctionType *getFunctionType() const { in getFunctionType() function
320 FunctionType *getFunctionType() const { in getFunctionType() function
233 TypeIndex getFunctionType() const { return FunctionType; } in getFunctionType() function625 TypeIndex getFunctionType() const { return FunctionType; } in getFunctionType() function
1076 uint32_t WasmObjectWriter::getFunctionType(const MCSymbolWasm &Symbol) { in getFunctionType() function in WasmObjectWriter
961 const FunctionType *Decl::getFunctionType(bool BlocksToo) const { in getFunctionType() function in Decl
2131 const FunctionProtoType *BlockExpr::getFunctionType() const { in getFunctionType() function in BlockExpr
1380 QualType getFunctionType(QualType ResultTy, ArrayRef<QualType> Args, in getFunctionType() function