Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/lldb/source/Plugins/TypeSystem/Clang/
H A DTypeSystemClang.h1030 clang::VarDecl *CreateVariableDeclaration(clang::DeclContext *decl_context,
H A DTypeSystemClang.cpp2022 clang::VarDecl *TypeSystemClang::CreateVariableDeclaration( in CreateVariableDeclaration() function in TypeSystemClang
/openbsd-src/gnu/llvm/lldb/source/Plugins/SymbolFile/PDB/
H A DPDBASTParser.cpp932 decl = m_ast.CreateVariableDeclaration( in GetDeclForSymbol()
/openbsd-src/gnu/llvm/lldb/source/Plugins/SymbolFile/NativePDB/
H A DPdbAstBuilder.cpp676 clang::VarDecl *var_decl = m_clang.CreateVariableDeclaration( in CreateVariableDecl()
/openbsd-src/gnu/llvm/lldb/source/Plugins/SymbolFile/DWARF/
H A DDWARFASTParserClang.cpp3228 decl = m_ast.CreateVariableDeclaration( in GetClangDeclForDIE()