Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/tools/clang/lib/Sema/
H A DSemaDeclObjC.cpp3397 GlobalMethods())).first; in AddMethodToGlobalPool()
3602 GlobalMethods &Methods = Pos->second; in LookupImplementedMethodInGlobalPool()
/freebsd-12.1/contrib/llvm/tools/clang/include/clang/Sema/
H A DSema.h1151 typedef std::pair<ObjCMethodList, ObjCMethodList> GlobalMethods; typedef
1152 typedef llvm::DenseMap<Selector, GlobalMethods> GlobalMethodPool;
/freebsd-12.1/contrib/llvm/tools/clang/lib/Serialization/
H A DASTReader.cpp8095 = S.MethodPool.insert(std::make_pair(Sel, Sema::GlobalMethods())).first; in ReadMethodPool()