Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/clang/lib/AST/
H A DCXXInheritance.cpp50 ScratchPath.clear(); in clear()
164 AccessSpecifier AccessToHere = ScratchPath.Access; in lookupInBases()
165 bool IsFirstStep = ScratchPath.empty(); in lookupInBases()
207 ScratchPath.push_back(Element); in lookupInBases()
225 ScratchPath.Access = BaseSpec.getAccessSpecifier(); in lookupInBases()
227 ScratchPath.Access = CXXRecordDecl::MergeAccess(AccessToHere, in lookupInBases()
234 if (BaseMatches(&BaseSpec, ScratchPath)) { in lookupInBases()
239 Paths.push_back(ScratchPath); in lookupInBases()
291 ScratchPath.pop_back(); in lookupInBases()
301 ScratchPath.Access = AccessToHere; in lookupInBases()
/openbsd-src/gnu/llvm/clang/include/clang/AST/
H A DCXXInheritance.h149 CXXBasePath ScratchPath; variable