Home
last modified time | relevance | path

Searched refs:InstanceFirst (Results 1 – 2 of 2) sorted by relevance

/src/contrib/llvm-project/clang/include/clang/Sema/
H A DSemaObjC.h471 bool InstanceFirst, bool CheckTheOther,
/src/contrib/llvm-project/clang/lib/Sema/
H A DSemaDeclObjC.cpp3516 bool InstanceFirst, bool CheckTheOther, const ObjCObjectType *TypeBound) { in CollectMultipleMethodsInGlobalPool() argument
3525 ObjCMethodList &MethList = InstanceFirst ? Pos->second.first : in CollectMultipleMethodsInGlobalPool()
3541 ObjCMethodList &MethList2 = InstanceFirst ? Pos->second.second : in CollectMultipleMethodsInGlobalPool()