Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/clang/include/clang/AST/
H A DODRHash.h65 void AddObjCInterfaceDecl(const ObjCInterfaceDecl *Record);
/freebsd-14.2/contrib/llvm-project/clang/lib/AST/
H A DODRHash.cpp626 void ODRHash::AddObjCInterfaceDecl(const ObjCInterfaceDecl *IF) { in AddObjCInterfaceDecl() function in ODRHash
H A DDeclObjC.cpp801 Hasher.AddObjCInterfaceDecl(getDefinition()); in getODRHash()