Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/lib/AST/
H A DASTImporter.cpp9610 } else if (ObjCInterfaceDecl *FromDef = FromClass->getDefinition()) { in ImportContext() local
9612 FromDef, ToClass, ASTNodeImporter::IDK_Basic)) in ImportContext()
9621 } else if (ObjCProtocolDecl *FromDef = FromProto->getDefinition()) { in ImportContext() local
9623 FromDef, ToProto, ASTNodeImporter::IDK_Basic)) in ImportContext()