Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/tools/clang/lib/Sema/
H A DSemaDeclObjC.cpp3461 bool InstanceFirst, bool CheckTheOther, in CollectMultipleMethodsInGlobalPool() argument
3471 ObjCMethodList &MethList = InstanceFirst ? Pos->second.first : in CollectMultipleMethodsInGlobalPool()
3487 ObjCMethodList &MethList2 = InstanceFirst ? Pos->second.second : in CollectMultipleMethodsInGlobalPool()
/freebsd-12.1/contrib/llvm/tools/clang/include/clang/Sema/
H A DSema.h3586 bool InstanceFirst, bool CheckTheOther,