Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/clang/lib/Sema/
H A DSemaDeclObjC.cpp3431 GlobalMethods())).first; in AddMethodToGlobalPool()
3639 GlobalMethods &Methods = Pos->second; in LookupImplementedMethodInGlobalPool()
/freebsd-13.1/contrib/llvm-project/clang/include/clang/Sema/
H A DSema.h1422 typedef std::pair<ObjCMethodList, ObjCMethodList> GlobalMethods; typedef
1423 typedef llvm::DenseMap<Selector, GlobalMethods> GlobalMethodPool;
/freebsd-13.1/contrib/llvm-project/clang/lib/Serialization/
H A DASTReader.cpp8253 = S.MethodPool.insert(std::make_pair(Sel, Sema::GlobalMethods())).first; in ReadMethodPool()