Home
last modified time | relevance | path

Searched defs:CreateFunctionType (Results 1 – 4 of 4) sorted by relevance

/llvm-project-15.0.7/llvm/examples/Kaleidoscope/Chapter9/
H A Dtoy.cpp855 static DISubroutineType *CreateFunctionType(unsigned NumArgs) { in CreateFunctionType() function
/llvm-project-15.0.7/lldb/source/Plugins/SymbolFile/NativePDB/
H A DPdbAstBuilder.cpp1436 clang::QualType PdbAstBuilder::CreateFunctionType( in CreateFunctionType() function in PdbAstBuilder
H A DSymbolFileNativePDB.cpp622 TypeSP SymbolFileNativePDB::CreateFunctionType(PdbTypeSymId type_id, in CreateFunctionType() function in SymbolFileNativePDB
/llvm-project-15.0.7/lldb/source/Plugins/TypeSystem/Clang/
H A DTypeSystemClang.cpp2172 TypeSystemClang::CreateFunctionType(const CompilerType &result_type, in CreateFunctionType() function in TypeSystemClang