Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/clang/lib/AST/
H A DCXXInheritance.cpp51 ScratchPath.clear(); in clear()
165 AccessSpecifier AccessToHere = ScratchPath.Access; in lookupInBases()
166 bool IsFirstStep = ScratchPath.empty(); in lookupInBases()
208 ScratchPath.push_back(Element); in lookupInBases()
226 ScratchPath.Access = BaseSpec.getAccessSpecifier(); in lookupInBases()
228 ScratchPath.Access = CXXRecordDecl::MergeAccess(AccessToHere, in lookupInBases()
235 if (BaseMatches(&BaseSpec, ScratchPath)) { in lookupInBases()
240 Paths.push_back(ScratchPath); in lookupInBases()
292 ScratchPath.pop_back(); in lookupInBases()
302 ScratchPath.Access = AccessToHere; in lookupInBases()
/netbsd-src/external/apache2/llvm/dist/clang/include/clang/AST/
H A DCXXInheritance.h149 CXXBasePath ScratchPath; variable