Home
last modified time | relevance | path

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

/llvm-project-15.0.7/lldb/source/Plugins/TypeSystem/Clang/
H A DTypeSystemClang.h1012 clang::VarDecl *CreateVariableDeclaration(clang::DeclContext *decl_context,
H A DTypeSystemClang.cpp1989 clang::VarDecl *TypeSystemClang::CreateVariableDeclaration( in CreateVariableDeclaration() function in TypeSystemClang
/llvm-project-15.0.7/lldb/source/Plugins/SymbolFile/PDB/
H A DPDBASTParser.cpp928 decl = m_ast.CreateVariableDeclaration( in GetDeclForSymbol()
/llvm-project-15.0.7/lldb/source/Plugins/SymbolFile/NativePDB/
H A DPdbAstBuilder.cpp966 clang::VarDecl *var_decl = m_clang.CreateVariableDeclaration( in CreateVariableDecl()
/llvm-project-15.0.7/lldb/source/Plugins/SymbolFile/DWARF/
H A DDWARFASTParserClang.cpp3149 decl = m_ast.CreateVariableDeclaration( in GetClangDeclForDIE()