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

Completed in 121 milliseconds