Home | History | Annotate | Download | only in AST

Lines Matching refs:ScratchPath

60   ScratchPath.clear();
184 AccessSpecifier AccessToHere = ScratchPath.Access;
185 bool IsFirstStep = ScratchPath.empty();
227 ScratchPath.push_back(Element);
245 ScratchPath.Access = BaseSpec.getAccessSpecifier();
247 ScratchPath.Access = CXXRecordDecl::MergeAccess(AccessToHere,
254 if (BaseMatches(&BaseSpec, ScratchPath)) {
259 Paths.push_back(ScratchPath);
287 ScratchPath.pop_back();
297 ScratchPath.Access = AccessToHere;