Home
last modified time | relevance | path

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

/llvm-project/lldb/source/API/
H A DSBFunction.cpp99 Type *func_type = m_opaque_ptr->GetType(); GetDescription() local
H A DSBType.cpp318 CompilerType func_type(m_opaque_sp->GetCompilerType(true)); in GetFunctionArgumentTypes() local
/llvm-project/clang/test/C/drs/
H A Ddr0xx.c498 typedef void func_type(void); dr096() typedef
520 typedef void func_type(void); dr098() typedef
/llvm-project/lldb/source/Symbol/
H A DSymbolContext.cpp222 Type *func_type = function->GetType(); GetDescription() local
346 Type *func_type = function->GetType(); Dump() local
H A DBlock.cpp362 Type *func_type = function->GetType(); AddRange() local
/llvm-project/lldb/source/Plugins/SymbolFile/CTF/
H A DSymbolFileCTF.cpp493 CompilerType func_type = m_ast->CreateFunctionType( CreateFunction() local
816 CompilerType func_type = m_ast->CreateFunctionType( ParseFunctions() local
/llvm-project/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/lldb/unittests/Symbol/
H A DTestTypeSystemClang.cpp936 CompilerType func_type = TEST_F() local
/llvm-project/lldb/source/Plugins/SymbolFile/DWARF/
H A DDWARFASTParserClang.cpp1156 Type *func_type = nullptr; ParseSubroutine() local
2442 Type *func_type = dwarf->GetDIEToType().lookup(die.GetDIE()); ParseFunctionFromDWARF() local
/llvm-project/lldb/source/Plugins/SymbolFile/NativePDB/
H A DPdbAstBuilder.cpp1044 const clang::FunctionProtoType *func_type = in GetOrCreateFunctionDecl() local
H A DSymbolFileNativePDB.cpp499 TypeSP func_type = GetOrCreateType(proc.FunctionType); CreateFunction() local
/llvm-project/lldb/source/Plugins/SymbolFile/PDB/
H A DSymbolFilePDB.cpp304 lldb_private::Type *func_type = ResolveTypeUID(pdb_func.getSymIndexId()); in ParseCompileUnitFunctionForPDBFunc() local
/llvm-project/lldb/source/Plugins/TypeSystem/Clang/
H A DTypeSystemClang.cpp4706 QualType func_type = ast.getFunctionNoProtoType(ast.VoidTy, generic_ext_info); CreateGenericFunctionPrototype() local