Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/lldb/source/Plugins/TypeSystem/Clang/
H A DTypeSystemClang.h1112 clang::VarDecl *CreateVariableDeclaration(clang::DeclContext *decl_context,
H A DTypeSystemClang.cpp1981 clang::VarDecl *TypeSystemClang::CreateVariableDeclaration( in CreateVariableDeclaration() function in TypeSystemClang
/freebsd/contrib/llvm-project/lldb/source/Plugins/SymbolFile/PDB/
H A DPDBASTParser.cpp930 decl = m_ast.CreateVariableDeclaration( in GetDeclForSymbol()
/freebsd/contrib/llvm-project/lldb/source/Plugins/SymbolFile/NativePDB/
H A DPdbAstBuilder.cpp678 clang::VarDecl *var_decl = m_clang.CreateVariableDeclaration( in CreateVariableDecl()
/freebsd/contrib/llvm-project/lldb/source/Plugins/SymbolFile/DWARF/
H A DDWARFASTParserClang.cpp3295 decl = m_ast.CreateVariableDeclaration( in GetClangDeclForDIE()