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

/external/clang/lib/AST/
H A DCXXInheritance.cpp66 ScratchPath.clear();
170 AccessSpecifier AccessToHere = ScratchPath.Access;
171 bool IsFirstStep = ScratchPath.empty();
216 ScratchPath.push_back(Element);
234 ScratchPath.Access = BaseSpec->getAccessSpecifier();
236 ScratchPath.Access = CXXRecordDecl::MergeAccess(AccessToHere,
243 if (BaseMatches(BaseSpec, ScratchPath, UserData)) {
248 Paths.push_back(ScratchPath);
276 ScratchPath.pop_back();
286 ScratchPath
[all...]
/external/clang/include/clang/AST/
H A DCXXInheritance.h149 /// ScratchPath - A BasePath that is used by Sema::lookupInBases
151 CXXBasePath ScratchPath; member in class:clang::CXXBasePaths

Completed in 115 milliseconds