Home
last modified time | relevance | path

Searched refs:ToD (Results 1 – 4 of 4) sorted by relevance

/freebsd-14.2/contrib/llvm-project/clang/include/clang/AST/
H A DASTImporterSharedState.h69 std::optional<ASTImportError> getImportDeclErrorIfAny(Decl *ToD) const { in getImportDeclErrorIfAny() argument
70 auto Pos = ImportErrors.find(ToD); in getImportDeclErrorIfAny()
81 bool isNewDecl(const Decl *ToD) const { return NewDecls.count(ToD); } in isNewDecl() argument
83 void markAsNewDecl(Decl *ToD) { NewDecls.insert(ToD); } in markAsNewDecl() argument
H A DASTImporter.h260 void AddToLookupTable(Decl *ToD);
261 llvm::Error ImportAttrs(Decl *ToD, Decl *FromD);
365 TranslationUnitDecl *GetFromTU(Decl *ToD);
371 std::optional<DeclT *> getImportedFromDecl(const DeclT *ToD) const { in getImportedFromDecl() argument
372 auto FromI = ImportedFromDecls.find(ToD); in getImportedFromDecl()
550 void RegisterImportedDecl(Decl *FromD, Decl *ToD);
/freebsd-14.2/contrib/llvm-project/clang/lib/AST/
H A DASTImporter.cpp1871 if (ToD) in ImportDeclParts()
1890 if (ToD) in ImportDeclParts()
2530 if (ToD) in VisitNamespaceDecl()
2651 if (ToD) in VisitTypedefNameDecl()
2833 if (ToD) in VisitLabelDecl()
2872 if (ToD) in VisitEnumDecl()
2986 if (ToD) in VisitRecordDecl()
3232 if (ToD) in VisitEnumConstantDecl()
3652 if (ToD) in VisitFunctionDecl()
4035 if (ToD) in VisitFieldDecl()
[all …]
/freebsd-14.2/contrib/llvm-project/clang/lib/Serialization/
H A DASTReaderDecl.cpp3684 Decl *ToD) { in inheritDefaultTemplateArgument() argument
3685 auto *To = cast<ParmDecl>(ToD); in inheritDefaultTemplateArgument()