Searched defs:ToD (Results 1 – 11 of 11) sorted by relevance
2001 NamedDecl *&ToD, in ImportDeclParts()2026 void ASTNodeImporter::ImportDefinitionIfNeeded(Decl *FromD, Decl *ToD) { in ImportDefinitionIfNeeded()2424 TranslationUnitDecl *ToD = in VisitTranslationUnitDecl() local2462 NamedDecl *ToD; in VisitNamespaceDecl() local2533 NamedDecl *ToD; in VisitTypedefNameDecl() local2610 NamedDecl *ToD; in VisitLabelDecl() local2643 NamedDecl *ToD; in VisitEnumDecl() local2731 NamedDecl *ToD; in VisitRecordDecl() local2884 NamedDecl *ToD; in VisitEnumConstantDecl() local2943 NamedDecl *ToD; in VisitFunctionDecl() local[all …]
69 std::optional<ASTImportError> getImportDeclErrorIfAny(Decl *ToD) const { in getImportDeclErrorIfAny()81 bool isNewDecl(const Decl *ToD) const { return NewDecls.count(ToD); } in isNewDecl()83 void markAsNewDecl(Decl *ToD) { NewDecls.insert(ToD); } in markAsNewDecl()
371 std::optional<DeclT *> getImportedFromDecl(const DeclT *ToD) const { in getImportedFromDecl()
69 Decl *ToD = Importer.Import(D); in ExecuteAction() local
3098 Decl *ToD) { in inheritDefaultTemplateArgument()