Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/tools/clang/lib/AST/
H A DCXXInheritance.cpp75 ScratchPath.clear(); in clear()
199 AccessSpecifier AccessToHere = ScratchPath.Access; in lookupInBases()
200 bool IsFirstStep = ScratchPath.empty(); in lookupInBases()
242 ScratchPath.push_back(Element); in lookupInBases()
260 ScratchPath.Access = BaseSpec.getAccessSpecifier(); in lookupInBases()
262 ScratchPath.Access = CXXRecordDecl::MergeAccess(AccessToHere, in lookupInBases()
269 if (BaseMatches(&BaseSpec, ScratchPath)) { in lookupInBases()
274 Paths.push_back(ScratchPath); in lookupInBases()
326 ScratchPath.pop_back(); in lookupInBases()
336 ScratchPath.Access = AccessToHere; in lookupInBases()
/freebsd-12.1/contrib/llvm/tools/clang/include/clang/AST/
H A DCXXInheritance.h151 CXXBasePath ScratchPath; variable