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

/freebsd-10.3-release/contrib/llvm/tools/clang/lib/AST/
H A DCXXInheritance.cpp64 ScratchPath.clear();
186 AccessSpecifier AccessToHere = ScratchPath.Access;
187 bool IsFirstStep = ScratchPath.empty();
232 ScratchPath.push_back(Element);
250 ScratchPath.Access = BaseSpec->getAccessSpecifier();
252 ScratchPath.Access = CXXRecordDecl::MergeAccess(AccessToHere,
259 if (BaseMatches(BaseSpec, ScratchPath, UserData)) {
264 Paths.push_back(ScratchPath);
292 ScratchPath.pop_back();
302 ScratchPath
[all...]
/freebsd-10.3-release/contrib/llvm/tools/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 45 milliseconds