Searched refs:ScratchPath (Results 1 – 2 of 2) sorted by relevance
49 ScratchPath.clear(); in clear() 164 AccessSpecifier AccessToHere = ScratchPath.Access; in lookupInBases() 165 bool IsFirstStep = ScratchPath.empty(); in lookupInBases() 215 ScratchPath.push_back(Element); in lookupInBases() 233 ScratchPath.Access = BaseSpec.getAccessSpecifier(); in lookupInBases() 235 ScratchPath.Access = CXXRecordDecl::MergeAccess(AccessToHere, in lookupInBases() 242 if (BaseMatches(&BaseSpec, ScratchPath)) { in lookupInBases() 247 Paths.push_back(ScratchPath); in lookupInBases() 295 ScratchPath.pop_back(); in lookupInBases() 305 ScratchPath in lookupInBases() [all...]
149 CXXBasePath ScratchPath; variable