Home
last modified time | relevance | path

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

/openbsd/src/gnu/llvm/lldb/source/Plugins/TypeSystem/Clang/
DTypeSystemClang.h408 clang::FunctionDecl *CreateFunctionDeclaration(
DTypeSystemClang.cpp2173 FunctionDecl *TypeSystemClang::CreateFunctionDeclaration( in CreateFunctionDeclaration() function in TypeSystemClang
/openbsd/src/gnu/llvm/lldb/source/Plugins/SymbolFile/PDB/
DPDBASTParser.cpp958 auto decl = m_ast.CreateFunctionDeclaration( in GetDeclForSymbol()
/openbsd/src/gnu/llvm/lldb/source/Plugins/SymbolFile/DWARF/
DDWARFASTParserClang.cpp1222 function_decl = m_ast.CreateFunctionDeclaration( in ParseSubroutine()
1232 template_function_decl = m_ast.CreateFunctionDeclaration( in ParseSubroutine()
/openbsd/src/gnu/llvm/lldb/source/Plugins/SymbolFile/NativePDB/
DPdbAstBuilder.cpp912 function_decl = m_clang.CreateFunctionDeclaration( in CreateFunctionDecl()