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