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

/external/clang/lib/Sema/
H A DSemaDeclObjC.cpp3237 GlobalMethods())).first;
3383 GlobalMethods &Methods = Pos->second;
/external/clang/include/clang/Sema/
H A DSema.h953 typedef std::pair<ObjCMethodList, ObjCMethodList> GlobalMethods; typedef in class:clang::Sema
954 typedef llvm::DenseMap<Selector, GlobalMethods> GlobalMethodPool;
/external/clang/lib/Serialization/
H A DASTReader.cpp7155 = S.MethodPool.insert(std::make_pair(Sel, Sema::GlobalMethods())).first;

Completed in 115 milliseconds