Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/tools/lldb/include/lldb/Symbol/
H A DClangASTContext.h988 clang::VarDecl *CreateVariableDeclaration(clang::DeclContext *decl_context,
/freebsd-12.1/contrib/llvm/tools/lldb/source/Plugins/SymbolFile/PDB/
H A DPDBASTParser.cpp895 decl = m_ast.CreateVariableDeclaration( in GetDeclForSymbol()
/freebsd-12.1/contrib/llvm/tools/lldb/source/Plugins/SymbolFile/NativePDB/
H A DPdbAstBuilder.cpp836 clang::VarDecl *var_decl = m_clang.CreateVariableDeclaration( in CreateVariableDecl()
/freebsd-12.1/contrib/llvm/tools/lldb/source/Plugins/SymbolFile/DWARF/
H A DDWARFASTParserClang.cpp3611 decl = m_ast.CreateVariableDeclaration( in GetClangDeclForDIE()
/freebsd-12.1/contrib/llvm/tools/lldb/source/Symbol/
H A DClangASTContext.cpp2028 clang::VarDecl *ClangASTContext::CreateVariableDeclaration( in CreateVariableDeclaration() function in ClangASTContext