Home
last modified time | relevance | path

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

/llvm-project-15.0.7/lldb/source/Plugins/ExpressionParser/Clang/
H A DClangPersistentVariables.cpp76 if (p.m_decl == nullptr) in GetCompilerTypeFromPersistentDecl()
79 if (clang::TypeDecl *tdecl = llvm::dyn_cast<clang::TypeDecl>(p.m_decl)) { in GetCompilerTypeFromPersistentDecl()
104 return m_persistent_decls.lookup(name.GetCString()).m_decl; in GetPersistentDecl()
H A DClangPersistentVariables.h98 clang::NamedDecl *m_decl = nullptr; member
H A DClangASTSource.cpp44 : m_active_lexical_decls(decls), m_decl(decl) {} in ScopedLexicalDeclEraser()
46 ~ScopedLexicalDeclEraser() { m_active_lexical_decls.erase(m_decl); } in ~ScopedLexicalDeclEraser()
50 const clang::Decl *m_decl; member in __anonaebbe52c0111::ScopedLexicalDeclEraser
/llvm-project-15.0.7/lldb/source/Symbol/
H A DType.cpp151 m_decl(decl), m_compiler_type(compiler_type), in Type()
191 m_decl.Dump(s, show_fullpaths); in GetDescription()
253 m_decl.Dump(s, show_fullpaths); in Dump()
470 const Declaration &Type::GetDeclaration() const { return m_decl; } in GetDeclaration()
1076 return m_decl.GetMangledName(); in GetMangledName()
1099 m_decl.GetDeclContext().GetName().AsCString()); in GetDescription()
1103 m_decl.GetDeclContext().GetName().AsCString()); in GetDescription()
1112 return m_decl.GetFunctionReturnType(); in GetReturnType()
1119 return m_decl.GetNumFunctionArguments(); in GetNumArguments()
1126 return m_decl.GetFunctionArgumentType(idx); in GetArgumentAtIndex()
/llvm-project-15.0.7/lldb/include/lldb/Symbol/
H A DType.h230 Declaration m_decl; variable
445 : m_type(type), m_decl(decl), m_name(name), m_kind(kind) {} in TypeMemberFunctionImpl()
470 CompilerDecl m_decl; variable