Home | History | Annotate | Download | only in AST

Lines Matching refs:ScratchPath

51   ScratchPath.clear();
165 AccessSpecifier AccessToHere = ScratchPath.Access;
166 bool IsFirstStep = ScratchPath.empty();
208 ScratchPath.push_back(Element);
226 ScratchPath.Access = BaseSpec.getAccessSpecifier();
228 ScratchPath.Access = CXXRecordDecl::MergeAccess(AccessToHere,
235 if (BaseMatches(&BaseSpec, ScratchPath)) {
240 Paths.push_back(ScratchPath);
292 ScratchPath.pop_back();
302 ScratchPath.Access = AccessToHere;