Searched refs:m_decl (Results 1 – 5 of 5) sorted by relevance
| /freebsd-13.1/contrib/llvm-project/lldb/source/Plugins/ExpressionParser/Clang/ |
| H A D | ClangPersistentVariables.cpp | 76 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 D | ClangPersistentVariables.h | 98 clang::NamedDecl *m_decl = nullptr; member
|
| H A D | ClangASTSource.cpp | 43 : m_active_lexical_decls(decls), m_decl(decl) {} in ScopedLexicalDeclEraser() 45 ~ScopedLexicalDeclEraser() { m_active_lexical_decls.erase(m_decl); } in ~ScopedLexicalDeclEraser() 49 const clang::Decl *m_decl; member in __anon335c07b00111::ScopedLexicalDeclEraser
|
| /freebsd-13.1/contrib/llvm-project/lldb/source/Symbol/ |
| H A D | Type.cpp | 150 m_decl(decl), m_compiler_type(compiler_type), in Type() 190 m_decl.Dump(s, show_fullpaths); in GetDescription() 252 m_decl.Dump(s, show_fullpaths); in Dump() 469 const Declaration &Type::GetDeclaration() const { return m_decl; } in GetDeclaration() 1077 return m_decl.GetMangledName(); in GetMangledName() 1100 m_decl.GetDeclContext().GetName().AsCString()); in GetDescription() 1104 m_decl.GetDeclContext().GetName().AsCString()); in GetDescription() 1113 return m_decl.GetFunctionReturnType(); in GetReturnType() 1120 return m_decl.GetNumFunctionArguments(); in GetNumArguments() 1127 return m_decl.GetFunctionArgumentType(idx); in GetArgumentAtIndex()
|
| /freebsd-13.1/contrib/llvm-project/lldb/include/lldb/Symbol/ |
| H A D | Type.h | 224 Declaration m_decl; variable 437 TypeMemberFunctionImpl() : m_type(), m_decl(), m_name() {} in TypeMemberFunctionImpl() 442 : m_type(type), m_decl(decl), m_name(name), m_kind(kind) {} in TypeMemberFunctionImpl() 467 CompilerDecl m_decl; variable
|