Home
last modified time | relevance | path

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

/freebsd-9-stable/contrib/llvm/tools/clang/lib/Sema/
DSemaDeclObjC.cpp2212 GlobalMethods())).first; in AddMethodToGlobalPool()
2329 GlobalMethods &Methods = Pos->second; in LookupImplementedMethodInGlobalPool()
/freebsd-9-stable/contrib/llvm/tools/clang/include/clang/Sema/
DSema.h799 typedef std::pair<ObjCMethodList, ObjCMethodList> GlobalMethods; typedef
800 typedef llvm::DenseMap<Selector, GlobalMethods> GlobalMethodPool;
/freebsd-9-stable/contrib/llvm/tools/clang/lib/Serialization/
DASTReader.cpp6351 = S.MethodPool.insert(std::make_pair(Sel, Sema::GlobalMethods())).first; in ReadMethodPool()