Searched refs:FirstProtocol (Results 1 - 3 of 3) sorted by relevance

/freebsd-current/contrib/llvm-project/clang/include/clang/AST/
H A DODRDiagsEmitter.h76 const ObjCProtocolDecl *FirstProtocol,
81 bool diagnoseMismatch(const ObjCProtocolDecl *FirstProtocol, argument
83 assert(FirstProtocol->data().Definition !=
86 return diagnoseMismatch(FirstProtocol, SecondProtocol,
/freebsd-current/contrib/llvm-project/clang/lib/AST/
H A DODRDiagsEmitter.cpp401 const ObjCProtocolDecl *FirstProtocol = FirstProtocols[I]; local
403 DeclarationName FirstProtocolName = FirstProtocol->getDeclName();
2110 const ObjCProtocolDecl *FirstProtocol,
2113 if (FirstProtocol == SecondProtocol)
2116 std::string FirstModule = getOwningModuleNameForDiagnostic(FirstProtocol);
2119 const ObjCProtocolDecl::DefinitionData *FirstDD = &FirstProtocol->data();
2125 FirstProtocol->getReferencedProtocols();
2127 if (diagnoseSubMismatchProtocols(FirstProtocols, FirstProtocol, FirstModule,
2146 PopulateHashes(FirstHashes, FirstProtocol, FirstProtocol
2109 diagnoseMismatch( const ObjCProtocolDecl *FirstProtocol, const ObjCProtocolDecl *SecondProtocol, const struct ObjCProtocolDecl::DefinitionData *SecondDD) const argument
[all...]
/freebsd-current/contrib/llvm-project/clang/lib/Serialization/
H A DASTReader.cpp10063 ObjCProtocolDecl *FirstProtocol = Merge.first;
10066 if (DiagsEmitter.diagnoseMismatch(FirstProtocol, ProtocolPair.first,

Completed in 89 milliseconds