Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/tools/clang/lib/CodeGen/
H A DCGObjCMac.cpp853 llvm::DenseMap<const ObjCMethodDecl*, llvm::Function*> MethodDefinitions; member in __anon0aefe8a60111::CGObjCCommonMac
3352 MethodDefinitions.clear(); in GenerateCategory()
3556 MethodDefinitions.clear(); in GenerateClass()
3923 MethodDefinitions.insert(std::make_pair(OMD, Method)); in GenerateMethod()
5080 I = MethodDefinitions.find(MD); in GetMethodDefinition()
5081 if (I != MethodDefinitions.end()) in GetMethodDefinition()
6419 MethodDefinitions.clear(); in GenerateClass()
6542 MethodDefinitions.clear(); in GenerateCategory()