Searched defs:getFunctionType (Results 1 - 12 of 12) sorted by relevance

/freebsd-12-stable/contrib/llvm-project/llvm/lib/IR/
H A DInlineAsm.cpp56 FunctionType *InlineAsm::getFunctionType() const { function in class:InlineAsm
/freebsd-12-stable/contrib/llvm-project/clang/lib/Sema/
H A DCodeCompleteConsumer.cpp496 CodeCompleteConsumer::OverloadCandidate::getFunctionType() const { function in class:CodeCompleteConsumer::OverloadCandidate
/freebsd-12-stable/contrib/llvm-project/llvm/include/llvm/IR/
H A DDerivedTypes.h187 FunctionType *getFunctionType() { return FnTy; } function in class:llvm::FunctionCallee
H A DCallSite.h328 FunctionType *getFunctionType() const { function in class:llvm::CallSiteBase
H A DFunction.h163 FunctionType *getFunctionType() const { function in class:llvm::Function
H A DInstrTypes.h1149 FunctionType *getFunctionType() const { return FTy; } function in class:llvm::CallBase
/freebsd-12-stable/contrib/llvm-project/llvm/lib/MC/
H A DWasmObjectWriter.cpp1033 uint32_t WasmObjectWriter::getFunctionType(const MCSymbolWasm &Symbol) { function in class:WasmObjectWriter
/freebsd-12-stable/contrib/llvm-project/llvm/include/llvm/DebugInfo/CodeView/
H A DTypeRecord.h232 TypeIndex getFunctionType() const { return FunctionType; } function in class:llvm::codeview::MemberFuncIdRecord
624 TypeIndex getFunctionType() const { return FunctionType; } function in class:llvm::codeview::FuncIdRecord
/freebsd-12-stable/contrib/llvm-project/clang/lib/AST/
H A DDeclBase.cpp957 const FunctionType *Decl::getFunctionType(bool BlocksToo) const { function in class:Decl
H A DExpr.cpp2375 const FunctionProtoType *BlockExpr::getFunctionType() const { function in class:BlockExpr
/freebsd-12-stable/contrib/llvm-project/llvm/lib/Target/AMDGPU/
H A DAMDGPULibFunc.h391 FunctionType *getFunctionType(Module &M) const { function in class:llvm::AMDGPULibFunc
/freebsd-12-stable/contrib/llvm-project/clang/include/clang/AST/
H A DASTContext.h1401 QualType getFunctionType(QualType ResultTy, ArrayRef<QualType> Args, function in class:clang::ASTContext::DynTypedNodeList

Completed in 290 milliseconds