Home
last modified time | relevance | path

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

/external/clang/lib/Sema/
DSemaDeclObjC.cpp436 ObjCInterfaceValidatorCCC() : CurrentIDecl(nullptr) {} in ObjCInterfaceValidatorCCC()
438 : CurrentIDecl(IDecl) {} in ObjCInterfaceValidatorCCC()
442 return ID && !declaresSameEntity(ID, CurrentIDecl); in ValidateCandidate()
446 ObjCInterfaceDecl *CurrentIDecl; member in __anon34bbd8ed0111::ObjCInterfaceValidatorCCC
/external/llvm-project/clang/lib/Sema/
DSemaDeclObjC.cpp506 ObjCInterfaceValidatorCCC() : CurrentIDecl(nullptr) {} in ObjCInterfaceValidatorCCC()
508 : CurrentIDecl(IDecl) {} in ObjCInterfaceValidatorCCC()
512 return ID && !declaresSameEntity(ID, CurrentIDecl); in ValidateCandidate()
520 ObjCInterfaceDecl *CurrentIDecl; member in __anon9721507b0111::ObjCInterfaceValidatorCCC