Home
last modified time | relevance | path

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

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