Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/clang/lib/Sema/
H A DSemaDeclObjC.cpp3431 GlobalMethods())).first; in AddMethodToGlobalPool()
3639 GlobalMethods &Methods = Pos->second; in LookupImplementedMethodInGlobalPool()
/netbsd-src/external/apache2/llvm/dist/clang/include/clang/Sema/
H A DSema.h1415 typedef std::pair<ObjCMethodList, ObjCMethodList> GlobalMethods; typedef
1416 typedef llvm::DenseMap<Selector, GlobalMethods> GlobalMethodPool;
/netbsd-src/external/apache2/llvm/dist/clang/lib/Serialization/
H A DASTReader.cpp8226 = S.MethodPool.insert(std::make_pair(Sel, Sema::GlobalMethods())).first; in ReadMethodPool()