Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/clang/lib/Sema/
H A DSemaDeclObjC.cpp3513 bool InstanceFirst, bool CheckTheOther, in CollectMultipleMethodsInGlobalPool() argument
3523 ObjCMethodList &MethList = InstanceFirst ? Pos->second.first : in CollectMultipleMethodsInGlobalPool()
3539 ObjCMethodList &MethList2 = InstanceFirst ? Pos->second.second : in CollectMultipleMethodsInGlobalPool()
/freebsd-14.2/contrib/llvm-project/clang/include/clang/Sema/
H A DSema.h5025 bool InstanceFirst, bool CheckTheOther,