Home
last modified time | relevance | path

Searched refs:CreateFunctionDeclaration (Results 1 – 6 of 6) sorted by relevance

/llvm-project-15.0.7/lldb/unittests/Symbol/
H A DTestTypeSystemClang.cpp756 FunctionDecl *func = m_ast->CreateFunctionDeclaration( in TEST_F()
788 FunctionDecl *func = m_ast->CreateFunctionDeclaration( in TEST_F()
/llvm-project-15.0.7/lldb/source/Plugins/TypeSystem/Clang/
H A DTypeSystemClang.h396 clang::FunctionDecl *CreateFunctionDeclaration(
H A DTypeSystemClang.cpp2139 FunctionDecl *TypeSystemClang::CreateFunctionDeclaration( in CreateFunctionDeclaration() function in TypeSystemClang
/llvm-project-15.0.7/lldb/source/Plugins/SymbolFile/PDB/
H A DPDBASTParser.cpp954 auto decl = m_ast.CreateFunctionDeclaration( in GetDeclForSymbol()
/llvm-project-15.0.7/lldb/source/Plugins/SymbolFile/DWARF/
H A DDWARFASTParserClang.cpp1225 function_decl = m_ast.CreateFunctionDeclaration( in ParseSubroutine()
1235 template_function_decl = m_ast.CreateFunctionDeclaration( in ParseSubroutine()
/llvm-project-15.0.7/lldb/source/Plugins/SymbolFile/NativePDB/
H A DPdbAstBuilder.cpp1184 function_decl = m_clang.CreateFunctionDeclaration( in CreateFunctionDecl()