Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/clang/lib/CodeGen/
H A DCGObjCMac.cpp878 llvm::DenseMap<const ObjCMethodDecl*, llvm::Function*> MethodDefinitions; member in __anon0cc8f9a20111::CGObjCCommonMac
3461 MethodDefinitions.clear(); in GenerateCategory()
3666 MethodDefinitions.clear(); in GenerateClass()
4038 MethodDefinitions.insert(std::make_pair(OMD, Method)); in GenerateMethod()
5342 I = MethodDefinitions.find(MD); in GetMethodDefinition()
5343 if (I != MethodDefinitions.end()) in GetMethodDefinition()
6660 MethodDefinitions.clear(); in GenerateClass()
6785 MethodDefinitions.clear(); in GenerateCategory()