Home | History | Annotate | Download | only in AST

Lines Matching refs:ScratchPath

60   ScratchPath.clear();
181 AccessSpecifier AccessToHere = ScratchPath.Access;
182 bool IsFirstStep = ScratchPath.empty();
224 ScratchPath.push_back(Element);
242 ScratchPath.Access = BaseSpec.getAccessSpecifier();
244 ScratchPath.Access = CXXRecordDecl::MergeAccess(AccessToHere,
251 if (BaseMatches(&BaseSpec, ScratchPath, UserData)) {
256 Paths.push_back(ScratchPath);
284 ScratchPath.pop_back();
294 ScratchPath.Access = AccessToHere;