Searched refs:m_decl (Results 1 – 5 of 5) sorted by relevance
79 if (p.m_decl == nullptr) in GetCompilerTypeFromPersistentDecl()82 if (clang::TypeDecl *tdecl = llvm::dyn_cast<clang::TypeDecl>(p.m_decl)) { in GetCompilerTypeFromPersistentDecl()107 return m_persistent_decls.lookup(name.GetCString()).m_decl; in GetPersistentDecl()
99 clang::NamedDecl *m_decl = nullptr; member
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 __anondd2e382f0111::ScopedLexicalDeclEraser
284 m_decl(decl), m_compiler_type(compiler_type), in Type() 324 m_decl.Dump(s, show_fullpaths); in GetDescription() 389 m_decl.Dump(s, show_fullpaths); in Dump() 576 const Declaration &Type::GetDeclaration() const { return m_decl; } in ResolveCompilerType() 1210 return m_decl.GetMangledName(); in GetDescription() 1233 m_decl.GetDeclContext().GetName().AsCString()); in GetReturnType() 1237 m_decl.GetDeclContext().GetName().AsCString()); in GetNumArguments() 1246 return m_decl.GetFunctionReturnType(); in GetArgumentAtIndex() 1253 return m_decl.GetNumFunctionArguments(); in TypeEnumMemberImpl() 1260 return m_decl[all...]
586 Declaration m_decl;829 : m_type(type), m_decl(decl), m_name(name), m_kind(kind) {}854 CompilerDecl m_decl;550 Declaration m_decl; global() variable 818 CompilerDecl m_decl; global() variable