Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/tools/clang/lib/AST/
H A DASTImporter.cpp7825 } else if (ObjCInterfaceDecl *FromDef = FromClass->getDefinition()) { in ImportContext() local
7827 FromDef, ToClass, ASTNodeImporter::IDK_Basic)) in ImportContext()
7836 } else if (ObjCProtocolDecl *FromDef = FromProto->getDefinition()) { in ImportContext() local
7838 FromDef, ToProto, ASTNodeImporter::IDK_Basic)) in ImportContext()