Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/clang/lib/AST/
H A DASTImporter.cpp1676 if (ToD) in ImportDeclParts()
1695 if (ToD) in ImportDeclParts()
2385 if (ToD) in VisitNamespaceDecl()
2506 if (ToD) in VisitTypedefNameDecl()
2670 if (ToD) in VisitLabelDecl()
2709 if (ToD) in VisitEnumDecl()
2823 if (ToD) in VisitRecordDecl()
3054 if (ToD) in VisitEnumConstantDecl()
3299 if (ToD) in VisitFunctionDecl()
3661 if (ToD) in VisitFieldDecl()
[all …]
/freebsd-13.1/contrib/llvm-project/clang/include/clang/AST/
H A DASTImporter.h288 void AddToLookupTable(Decl *ToD);
389 TranslationUnitDecl *GetFromTU(Decl *ToD);
395 llvm::Optional<DeclT *> getImportedFromDecl(const DeclT *ToD) const { in getImportedFromDecl() argument
396 auto FromI = ImportedFromDecls.find(ToD); in getImportedFromDecl()
574 void RegisterImportedDecl(Decl *FromD, Decl *ToD);
H A DASTImporterSharedState.h67 llvm::Optional<ImportError> getImportDeclErrorIfAny(Decl *ToD) const { in getImportDeclErrorIfAny() argument
68 auto Pos = ImportErrors.find(ToD); in getImportDeclErrorIfAny()
/freebsd-13.1/contrib/llvm-project/clang/lib/Serialization/
H A DASTReaderDecl.cpp3680 Decl *ToD) { in inheritDefaultTemplateArgument() argument
3681 auto *To = cast<ParmDecl>(ToD); in inheritDefaultTemplateArgument()