Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/clang/include/clang/AST/
H A DODRHash.h77 void AddObjCProtocolDecl(const ObjCProtocolDecl *P);
/openbsd-src/gnu/llvm/clang/lib/AST/
H A DODRHash.cpp760 void ODRHash::AddObjCProtocolDecl(const ObjCProtocolDecl *P) { in AddObjCProtocolDecl() function in ODRHash
H A DDeclObjC.cpp2099 Hasher.AddObjCProtocolDecl(getDefinition()); in getODRHash()