Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/tools/clang/lib/AST/
H A DASTImporter.cpp1991 auto *ToOriginRecord = dyn_cast<RecordDecl>(ToOrigin); in IsStructuralMatch() local
1992 if (ToOriginRecord) in IsStructuralMatch()
1993 ToRecord = ToOriginRecord; in IsStructuralMatch()