Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/tools/lldb/include/lldb/Symbol/
H A DClangASTContext.h371 CreateFunctionDeclaration(clang::DeclContext *decl_ctx, const char *name,
/freebsd-12.1/contrib/llvm/tools/lldb/source/Plugins/SymbolFile/PDB/
H A DPDBASTParser.cpp920 auto decl = m_ast.CreateFunctionDeclaration( in GetDeclForSymbol()
/freebsd-12.1/contrib/llvm/tools/lldb/source/Plugins/SymbolFile/NativePDB/
H A DPdbAstBuilder.cpp1009 clang::FunctionDecl *function_decl = m_clang.CreateFunctionDeclaration( in GetOrCreateFunctionDecl()
/freebsd-12.1/contrib/llvm/tools/lldb/source/Plugins/SymbolFile/DWARF/
H A DDWARFASTParserClang.cpp1615 function_decl = m_ast.CreateFunctionDeclaration( in ParseTypeFromDWARF()
/freebsd-12.1/contrib/llvm/tools/lldb/source/Symbol/
H A DClangASTContext.cpp2146 FunctionDecl *ClangASTContext::CreateFunctionDeclaration( in CreateFunctionDeclaration() function in ClangASTContext