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/
H A DTypeSystemClang.h408 clang::FunctionDecl *CreateFunctionDeclaration(
H A DTypeSystemClang.cpp2173 FunctionDecl *TypeSystemClang::CreateFunctionDeclaration( in CreateFunctionDeclaration() function in TypeSystemClang
/openbsd-src/gnu/llvm/lldb/source/Plugins/SymbolFile/PDB/
H A DPDBASTParser.cpp958 auto decl = m_ast.CreateFunctionDeclaration( in GetDeclForSymbol()
/openbsd-src/gnu/llvm/lldb/source/Plugins/SymbolFile/DWARF/
H A 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/
H A DPdbAstBuilder.cpp912 function_decl = m_clang.CreateFunctionDeclaration( in CreateFunctionDecl()