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

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

Completed in 114 milliseconds