Home
last modified time | relevance | path

Searched refs:ScratchPath (Results 1 – 2 of 2) sorted by relevance

/external/clang/lib/AST/
DCXXInheritance.cpp60 ScratchPath.clear(); in clear()
184 AccessSpecifier AccessToHere = ScratchPath.Access; in lookupInBases()
185 bool IsFirstStep = ScratchPath.empty(); in lookupInBases()
227 ScratchPath.push_back(Element); in lookupInBases()
245 ScratchPath.Access = BaseSpec.getAccessSpecifier(); in lookupInBases()
247 ScratchPath.Access = CXXRecordDecl::MergeAccess(AccessToHere, in lookupInBases()
254 if (BaseMatches(&BaseSpec, ScratchPath)) { in lookupInBases()
259 Paths.push_back(ScratchPath); in lookupInBases()
287 ScratchPath.pop_back(); in lookupInBases()
297 ScratchPath.Access = AccessToHere; in lookupInBases()
/external/clang/include/clang/AST/
DCXXInheritance.h150 CXXBasePath ScratchPath; variable