Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/clang/include/clang/AST/
H A DODRHash.h78 void AddObjCProtocolDecl(const ObjCProtocolDecl *P);
/freebsd-14.2/contrib/llvm-project/clang/lib/AST/
H A DODRHash.cpp768 void ODRHash::AddObjCProtocolDecl(const ObjCProtocolDecl *P) { in AddObjCProtocolDecl() function in ODRHash
H A DDeclObjC.cpp2099 Hasher.AddObjCProtocolDecl(getDefinition()); in getODRHash()