Home
last modified time | relevance | path

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

/llvm-project/clang/unittests/AST/
H A DASTImporterGenericRedeclTest.cpp261 auto *FromDef = LastDeclMatcher<DeclTy>().match(FromTU, getPattern()); in TypedTest_ImportDefinitionAfterImportedPrototype() local
282 auto *FromDef = FirstDeclMatcher<DeclTy>().match(FromTU, getPattern()); in TypedTest_ImportPrototypeAfterImportedDefinition() local
350 auto *FromDef = FirstDeclMatcher<DeclTy>().match(FromTUDef, getPattern()); in TypedTest_ImportDefinitionThenPrototype() local
377 auto *FromDef = FirstDeclMatcher<DeclTy>().match(FromTUDef, getPattern()); in TypedTest_ImportPrototypeThenDefinition() local
H A DASTImporterTest.cpp4079 auto FromDef = FirstDeclMatcher<RecordDecl>().match(FromTU1, Pattern); TEST_P() local
4097 auto FromDef = FirstDeclMatcher<RecordDecl>().match(FromTU1, Pattern); TEST_P() local
4116 auto FromDef = FirstDeclMatcher<RecordDecl>().match(FromTU1, Pattern); TEST_P() local
6107 auto *FromDef = LastDeclMatcher<CXXRecordDecl>().match( TEST_P() local
6282 auto *FromDef = TEST_P() local
[all...]
/llvm-project/clang/lib/AST/
H A DASTImporter.cpp9603 } else if (ObjCInterfaceDecl *FromDef = FromClass->getDefinition()) { ImportContext() local
9614 } else if (ObjCProtocolDecl *FromDef = FromProto->getDefinition()) { ImportContext() local