Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/lldb/source/Plugins/TypeSystem/Clang/
H A DTypeSystemClang.h395 clang::FunctionDecl *CreateFunctionDeclaration(
H A DTypeSystemClang.cpp2133 FunctionDecl *TypeSystemClang::CreateFunctionDeclaration( in CreateFunctionDeclaration() function in TypeSystemClang
/freebsd-13.1/contrib/llvm-project/lldb/source/Plugins/SymbolFile/PDB/
H A DPDBASTParser.cpp950 auto decl = m_ast.CreateFunctionDeclaration( in GetDeclForSymbol()
/freebsd-13.1/contrib/llvm-project/lldb/source/Plugins/SymbolFile/DWARF/
H A DDWARFASTParserClang.cpp1243 function_decl = m_ast.CreateFunctionDeclaration( in ParseSubroutine()
1253 template_function_decl = m_ast.CreateFunctionDeclaration( in ParseSubroutine()
/freebsd-13.1/contrib/llvm-project/lldb/source/Plugins/SymbolFile/NativePDB/
H A DPdbAstBuilder.cpp1017 clang::FunctionDecl *function_decl = m_clang.CreateFunctionDeclaration( in GetOrCreateFunctionDecl()