Searched refs:ScratchPath (Results 1 – 2 of 2) sorted by relevance
63 ScratchPath.clear(); in clear()167 AccessSpecifier AccessToHere = ScratchPath.Access; in lookupInBases()168 bool IsFirstStep = ScratchPath.empty(); in lookupInBases()213 ScratchPath.push_back(Element); in lookupInBases()231 ScratchPath.Access = BaseSpec->getAccessSpecifier(); in lookupInBases()233 ScratchPath.Access = CXXRecordDecl::MergeAccess(AccessToHere, in lookupInBases()240 if (BaseMatches(BaseSpec, ScratchPath, UserData)) { in lookupInBases()245 Paths.push_back(ScratchPath); in lookupInBases()273 ScratchPath.pop_back(); in lookupInBases()283 ScratchPath.Access = AccessToHere; in lookupInBases()
151 CXXBasePath ScratchPath; variable