Home
last modified time | relevance | path

Searched defs:ToD (Results 1 – 11 of 11) sorted by relevance

/aosp_15_r20/external/clang/lib/AST/
H A DASTImporter.cpp2001 NamedDecl *&ToD, in ImportDeclParts()
2026 void ASTNodeImporter::ImportDefinitionIfNeeded(Decl *FromD, Decl *ToD) { in ImportDefinitionIfNeeded()
2424 TranslationUnitDecl *ToD = in VisitTranslationUnitDecl() local
2462 NamedDecl *ToD; in VisitNamespaceDecl() local
2533 NamedDecl *ToD; in VisitTypedefNameDecl() local
2610 NamedDecl *ToD; in VisitLabelDecl() local
2643 NamedDecl *ToD; in VisitEnumDecl() local
2731 NamedDecl *ToD; in VisitRecordDecl() local
2884 NamedDecl *ToD; in VisitEnumConstantDecl() local
2943 NamedDecl *ToD; in VisitFunctionDecl() local
[all …]
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r536225/include/clang/AST/
DASTImporterSharedState.h69 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()
DASTImporter.h371 std::optional<DeclT *> getImportedFromDecl(const DeclT *ToD) const { in getImportedFromDecl()
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567/include/clang/AST/
DASTImporterSharedState.h69 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()
DASTImporter.h371 std::optional<DeclT *> getImportedFromDecl(const DeclT *ToD) const { in getImportedFromDecl()
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r522817/include/clang/AST/
DASTImporterSharedState.h69 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()
DASTImporter.h371 std::optional<DeclT *> getImportedFromDecl(const DeclT *ToD) const { in getImportedFromDecl()
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567b/include/clang/AST/
DASTImporterSharedState.h69 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()
DASTImporter.h371 std::optional<DeclT *> getImportedFromDecl(const DeclT *ToD) const { in getImportedFromDecl()
/aosp_15_r20/external/clang/lib/Frontend/
H A DASTMerge.cpp69 Decl *ToD = Importer.Import(D); in ExecuteAction() local
/aosp_15_r20/external/clang/lib/Serialization/
H A DASTReaderDecl.cpp3098 Decl *ToD) { in inheritDefaultTemplateArgument()