Home
last modified time | relevance | path

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

/freebsd-13-stable/contrib/llvm-project/lldb/source/Plugins/TypeSystem/Clang/
HDTypeSystemClang.h476 clang::FunctionDecl *CreateFunctionDeclaration(
HDTypeSystemClang.cpp2132 FunctionDecl *TypeSystemClang::CreateFunctionDeclaration( in CreateFunctionDeclaration() function in TypeSystemClang
/freebsd-13-stable/contrib/llvm-project/lldb/source/Plugins/SymbolFile/PDB/
HDPDBASTParser.cpp956 auto decl = m_ast.CreateFunctionDeclaration( in GetDeclForSymbol()
/freebsd-13-stable/contrib/llvm-project/lldb/source/Plugins/SymbolFile/DWARF/
HDDWARFASTParserClang.cpp1305 function_decl = m_ast.CreateFunctionDeclaration( in ParseSubroutine()
1315 template_function_decl = m_ast.CreateFunctionDeclaration( in ParseSubroutine()
/freebsd-13-stable/contrib/llvm-project/lldb/source/Plugins/SymbolFile/NativePDB/
HDPdbAstBuilder.cpp914 function_decl = m_clang.CreateFunctionDeclaration( in CreateFunctionDecl()