Home
last modified time | relevance | path

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

/external/llvm-project/clang/include/clang/AST/
DASTImporterSharedState.h67 llvm::Optional<ImportError> getImportDeclErrorIfAny(Decl *ToD) const { in getImportDeclErrorIfAny()
DASTImporter.h401 llvm::Optional<DeclT *> getImportedFromDecl(const DeclT *ToD) const { in getImportedFromDecl()
/external/llvm-project/clang/lib/AST/
DASTImporter.cpp222 LLVM_NODISCARD bool GetImportedOrCreateDecl(ToDeclT *&ToD, FromDeclT *FromD, in GetImportedOrCreateDecl()
238 LLVM_NODISCARD bool GetImportedOrCreateDecl(ToDeclT *&ToD, FromDeclT *FromD, in GetImportedOrCreateDecl()
249 GetImportedOrCreateSpecialDecl(ToDeclT *&ToD, CreateFunT CreateFun, in GetImportedOrCreateSpecialDecl()
265 void InitializeImportedDecl(Decl *FromD, Decl *ToD) { in InitializeImportedDecl()
293 void addDeclToContexts(Decl *FromD, Decl *ToD) { in addDeclToContexts()
1288 auto ToD = importChecked(Err, T->getDecl()); in VisitUnresolvedUsingType() local
1601 DeclarationName &Name, NamedDecl *&ToD, SourceLocation &Loc) { in ImportDeclParts()
1650 Error ASTNodeImporter::ImportDefinitionIfNeeded(Decl *FromD, Decl *ToD) { in ImportDefinitionIfNeeded()
1835 Decl *ToD = Importer.GetAlreadyImportedOrNull(D); in ImportDeclContext() local
2225 EmptyDecl *ToD; in VisitEmptyDecl() local
[all …]
/external/clang/lib/AST/
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 …]
/external/clang/lib/Frontend/
DASTMerge.cpp69 Decl *ToD = Importer.Import(D); in ExecuteAction() local
/external/llvm-project/clang/unittests/AST/
DASTImporterGenericRedeclTest.cpp191 auto *ToD = LastDeclMatcher<DeclTy>().match(ToTU, getPattern()); in TypedTest_PrototypeShouldBeImportedAsAPrototypeWhenThereIsNoDefinition() local
208 auto *ToD = LastDeclMatcher<DeclTy>().match(ToTU, getPattern()); in TypedTest_DefinitionShouldBeImportedAsADefinition() local
DASTImporterTest.cpp1559 auto ToD = Import(FromD, Lang_CXX03); in TEST_P() local
1586 auto ToD = Import(FromD, Lang_CXX03); in TEST_P() local
2072 auto *ToD = FirstDeclMatcher<CXXRecordDecl>().match( in TEST_P() local
2169 auto *ToD = Import(FromD, Lang_CXX03); in TEST_P() local
2195 auto *ToD = Import(FromD, Lang_CXX03); in TEST_P() local
2221 auto *ToD = Import(FromD, Lang_CXX03); in TEST_P() local
2499 auto *ToD = cast<FunctionDecl>(Import(FromD, Lang_CXX03)); in TEST_P() local
3404 auto *ToD = Import(FromD, Lang_CXX11); in TEST_P() local
3459 auto *ToD = FirstDeclMatcher<VarDecl>().match( in TEST_P() local
3490 auto *ToD = FirstDeclMatcher<VarDecl>().match( in TEST_P() local
[all …]
DASTImporterODRStrategiesTest.cpp261 auto *ToD = FirstDeclMatcher<DeclTy>().match(ToTU, getPattern()); in TypedTest_ImportAfter() local
/external/clang/lib/Serialization/
DASTReaderDecl.cpp3098 Decl *ToD) { in inheritDefaultTemplateArgument()
/external/llvm-project/clang/lib/Serialization/
DASTReaderDecl.cpp3651 Decl *ToD) { in inheritDefaultTemplateArgument()