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

/freebsd-11-stable/contrib/llvm-project/clang/lib/AST/
H A DCXXInheritance.cpp74 ScratchPath.clear();
198 AccessSpecifier AccessToHere = ScratchPath.Access;
199 bool IsFirstStep = ScratchPath.empty();
241 ScratchPath.push_back(Element);
259 ScratchPath.Access = BaseSpec.getAccessSpecifier();
261 ScratchPath.Access = CXXRecordDecl::MergeAccess(AccessToHere,
268 if (BaseMatches(&BaseSpec, ScratchPath)) {
273 Paths.push_back(ScratchPath);
325 ScratchPath.pop_back();
335 ScratchPath
[all...]
/freebsd-11-stable/contrib/llvm-project/clang/include/clang/AST/
H A DCXXInheritance.h148 /// ScratchPath - A BasePath that is used by Sema::lookupInBases
150 CXXBasePath ScratchPath; member in class:clang::CXXBasePaths

Completed in 136 milliseconds