Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/clang/lib/AST/
H A DASTImporter.cpp2156 auto *ToOriginRecord = dyn_cast<RecordDecl>(ToOrigin); in IsStructuralMatch() local
2157 if (ToOriginRecord) in IsStructuralMatch()
2158 ToRecord = ToOriginRecord; in IsStructuralMatch()