Home
last modified time | relevance | path

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

/freebsd-12-stable/contrib/llvm-project/lldb/source/Plugins/TypeSystem/Clang/
DTypeSystemClang.h1018 clang::VarDecl *CreateVariableDeclaration(clang::DeclContext *decl_context,
DTypeSystemClang.cpp1985 clang::VarDecl *TypeSystemClang::CreateVariableDeclaration( in CreateVariableDeclaration() function in TypeSystemClang
/freebsd-12-stable/contrib/llvm-project/lldb/source/Plugins/SymbolFile/PDB/
DPDBASTParser.cpp924 decl = m_ast.CreateVariableDeclaration( in GetDeclForSymbol()
/freebsd-12-stable/contrib/llvm-project/lldb/source/Plugins/SymbolFile/NativePDB/
DPdbAstBuilder.cpp836 clang::VarDecl *var_decl = m_clang.CreateVariableDeclaration( in CreateVariableDecl()
/freebsd-12-stable/contrib/llvm-project/lldb/source/Plugins/SymbolFile/DWARF/
DDWARFASTParserClang.cpp3167 decl = m_ast.CreateVariableDeclaration( in GetClangDeclForDIE()