Home
last modified time | relevance | path

Searched defs:func_type (Results 1 – 12 of 12) sorted by relevance

/llvm-project-15.0.7/lldb/source/API/
H A DSBFunction.cpp101 Type *func_type = m_opaque_ptr->GetType(); in GetDescription() local
H A DSBType.cpp301 CompilerType func_type(m_opaque_sp->GetCompilerType(true)); in GetFunctionArgumentTypes() local
/llvm-project-15.0.7/clang/test/C/drs/
H A Ddr0xx.c490 typedef void func_type(void); in dr096() typedef
512 typedef void func_type(void); in dr098() typedef
/llvm-project-15.0.7/lldb/source/Symbol/
H A DSymbolContext.cpp209 Type *func_type = function->GetType(); in GetDescription() local
333 Type *func_type = function->GetType(); in Dump() local
H A DBlock.cpp346 Type *func_type = function->GetType(); in AddRange() local
/llvm-project-15.0.7/clang/test/SemaCXX/
H A Dconversion-function.cpp26 typedef int func_type(int); typedef
H A Dcxx2a-consteval.cpp77 using func_type = int(int); typedef
/llvm-project-15.0.7/lldb/unittests/Symbol/
H A DTestTypeSystemClang.cpp901 CompilerType func_type = in TEST_F() local
/llvm-project-15.0.7/lldb/source/Plugins/SymbolFile/DWARF/
H A DDWARFASTParserClang.cpp919 Type *func_type = nullptr; in ParseSubroutine() local
2358 Type *func_type = dwarf->GetDIEToType().lookup(die.GetDIE()); in ParseFunctionFromDWARF() local
/llvm-project-15.0.7/lldb/source/Plugins/SymbolFile/NativePDB/
H A DPdbAstBuilder.cpp1303 const clang::FunctionProtoType *func_type = in GetOrCreateFunctionDecl() local
H A DSymbolFileNativePDB.cpp424 TypeSP func_type = GetOrCreateType(proc.FunctionType); in CreateFunction() local
/llvm-project-15.0.7/lldb/source/Plugins/SymbolFile/PDB/
H A DSymbolFilePDB.cpp299 lldb_private::Type *func_type = ResolveTypeUID(pdb_func.getSymIndexId()); in ParseCompileUnitFunctionForPDBFunc() local