Home
last modified time | relevance | path

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

/llvm-project-15.0.7/clang/lib/Sema/
H A DSemaDeclObjC.cpp3506 bool InstanceFirst, bool CheckTheOther, in CollectMultipleMethodsInGlobalPool() argument
3516 ObjCMethodList &MethList = InstanceFirst ? Pos->second.first : in CollectMultipleMethodsInGlobalPool()
3532 ObjCMethodList &MethList2 = InstanceFirst ? Pos->second.second : in CollectMultipleMethodsInGlobalPool()
/llvm-project-15.0.7/clang/include/clang/Sema/
H A DSema.h4776 bool InstanceFirst, bool CheckTheOther,