HomeSort by relevance Sort by last modified time
    Searched refs:ScratchPath (Results 1 - 2 of 2) sorted by null

  /external/clang/lib/AST/
CXXInheritance.cpp 64 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.Access = AccessToHere
    [all...]
  /external/clang/include/clang/AST/
CXXInheritance.h 148 /// ScratchPath - A BasePath that is used by Sema::lookupInBases
150 CXXBasePath ScratchPath;

Completed in 24 milliseconds