Home
last modified time | relevance | path

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

/external/clang/lib/Sema/
DSemaDecl.cpp4759 ExpectedParent(Parent ? Parent->getCanonicalDecl() : 0) {} in DifferentNameValidatorCCC()
4775 if (Parent && Parent->getCanonicalDecl() == ExpectedParent) in ValidateCandidate()
4777 } else if (!ExpectedParent) { in ValidateCandidate()
4789 CXXRecordDecl *ExpectedParent; member in __anon903f57f50411::DifferentNameValidatorCCC