Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/clang/include/clang/AST/
H A DODRHash.h64 void AddObjCInterfaceDecl(const ObjCInterfaceDecl *Record);
/openbsd-src/gnu/llvm/clang/lib/AST/
H A DODRHash.cpp622 void ODRHash::AddObjCInterfaceDecl(const ObjCInterfaceDecl *IF) { in AddObjCInterfaceDecl() function in ODRHash
H A DDeclObjC.cpp801 Hasher.AddObjCInterfaceDecl(getDefinition()); in getODRHash()