Lines Matching defs:Definition
301 const FunctionDecl *Definition = nullptr;
303 FoundFunction->hasBody(Definition))
304 return Importer.MapImported(D, const_cast<FunctionDecl *>(Definition));
5030 ObjCProtocolDecl *Definition = D->getDefinition();
5031 if (Definition && Definition != D) {
5032 if (ExpectedDecl ImportedDefOrErr = import(Definition))
5553 ObjCInterfaceDecl *Definition = D->getDefinition();
5554 if (Definition && Definition != D) {
5555 if (ExpectedDecl ImportedDefOrErr = import(Definition))