Home
last modified time | relevance | path

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

/freebsd-14-stable/contrib/llvm-project/lldb/source/Plugins/TypeSystem/Clang/
HDTypeSystemClang.h1112 clang::VarDecl *CreateVariableDeclaration(clang::DeclContext *decl_context,
HDTypeSystemClang.cpp1981 clang::VarDecl *TypeSystemClang::CreateVariableDeclaration( in CreateVariableDeclaration() function in TypeSystemClang
/freebsd-14-stable/contrib/llvm-project/lldb/source/Plugins/SymbolFile/PDB/
HDPDBASTParser.cpp930 decl = m_ast.CreateVariableDeclaration( in GetDeclForSymbol()
/freebsd-14-stable/contrib/llvm-project/lldb/source/Plugins/SymbolFile/NativePDB/
HDPdbAstBuilder.cpp678 clang::VarDecl *var_decl = m_clang.CreateVariableDeclaration( in CreateVariableDecl()
/freebsd-14-stable/contrib/llvm-project/lldb/source/Plugins/SymbolFile/DWARF/
HDDWARFASTParserClang.cpp3295 decl = m_ast.CreateVariableDeclaration( in GetClangDeclForDIE()