Home
last modified time | relevance | path

Searched defs:FromDef (Results 1 – 4 of 4) sorted by relevance

/external/llvm-project/clang/unittests/AST/
DASTImporterGenericRedeclTest.cpp240 auto *FromDef = LastDeclMatcher<DeclTy>().match(FromTU, getPattern()); in TypedTest_ImportDefinitionAfterImportedPrototype() local
261 auto *FromDef = FirstDeclMatcher<DeclTy>().match(FromTU, getPattern()); in TypedTest_ImportPrototypeAfterImportedDefinition() local
329 auto *FromDef = FirstDeclMatcher<DeclTy>().match(FromTUDef, getPattern()); in TypedTest_ImportDefinitionThenPrototype() local
356 auto *FromDef = FirstDeclMatcher<DeclTy>().match(FromTUDef, getPattern()); in TypedTest_ImportPrototypeThenDefinition() local
DASTImporterTest.cpp3507 auto FromDef = FirstDeclMatcher<RecordDecl>().match(FromTU1, Pattern); in TEST_P() local
3525 auto FromDef = FirstDeclMatcher<RecordDecl>().match(FromTU1, Pattern); in TEST_P() local
3544 auto FromDef = FirstDeclMatcher<RecordDecl>().match(FromTU1, Pattern); in TEST_P() local
4734 auto *FromDef = LastDeclMatcher<CXXRecordDecl>().match( in TEST_P() local
4870 auto *FromDef = in TEST_P() local
/external/clang/lib/AST/
DASTImporter.cpp6178 } else if (ObjCInterfaceDecl *FromDef = FromClass->getDefinition()) { in ImportContext() local
6188 } else if (ObjCProtocolDecl *FromDef = FromProto->getDefinition()) { in ImportContext() local
/external/llvm-project/clang/lib/AST/
DASTImporter.cpp8348 } else if (ObjCInterfaceDecl *FromDef = FromClass->getDefinition()) { in ImportContext() local
8359 } else if (ObjCProtocolDecl *FromDef = FromProto->getDefinition()) { in ImportContext() local