Lines Matching refs:ScratchPath
49 ScratchPath.clear();
164 AccessSpecifier AccessToHere = ScratchPath.Access;
165 bool IsFirstStep = ScratchPath.empty();
215 ScratchPath.push_back(Element);
233 ScratchPath.Access = BaseSpec.getAccessSpecifier();
235 ScratchPath.Access = CXXRecordDecl::MergeAccess(AccessToHere,
242 if (BaseMatches(&BaseSpec, ScratchPath)) {
247 Paths.push_back(ScratchPath);
295 ScratchPath.pop_back();
305 ScratchPath.Access = AccessToHere;