Home | History | Annotate | Download | only in AST

Lines Matching refs:ScratchPath

66   ScratchPath.clear();
170 AccessSpecifier AccessToHere = ScratchPath.Access;
171 bool IsFirstStep = ScratchPath.empty();
216 ScratchPath.push_back(Element);
234 ScratchPath.Access = BaseSpec->getAccessSpecifier();
236 ScratchPath.Access = CXXRecordDecl::MergeAccess(AccessToHere,
243 if (BaseMatches(BaseSpec, ScratchPath, UserData)) {
248 Paths.push_back(ScratchPath);
276 ScratchPath.pop_back();
286 ScratchPath.Access = AccessToHere;