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.cpp9516 } else if (ObjCInterfaceDecl *FromDef = FromClass->getDefinition()) { in ImportContext() local
9518 FromDef, ToClass, ASTNodeImporter::IDK_Basic)) in ImportContext()
9527 } else if (ObjCProtocolDecl *FromDef = FromProto->getDefinition()) { in ImportContext() local
9529 FromDef, ToProto, ASTNodeImporter::IDK_Basic)) in ImportContext()