Home
last modified time | relevance | path

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

/external/clang/lib/AST/
DASTImporter.cpp2363 RecordDecl *ToOriginRecord = dyn_cast<RecordDecl>(ToOrigin); in IsStructuralMatch() local
2364 if (ToOriginRecord) in IsStructuralMatch()
2365 ToRecord = ToOriginRecord; in IsStructuralMatch()