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 60 ScratchPath.clear();
181 AccessSpecifier AccessToHere = ScratchPath.Access;
182 bool IsFirstStep = ScratchPath.empty();
224 ScratchPath.push_back(Element);
242 ScratchPath.Access = BaseSpec.getAccessSpecifier();
244 ScratchPath.Access = CXXRecordDecl::MergeAccess(AccessToHere,
251 if (BaseMatches(&BaseSpec, ScratchPath, UserData)) {
256 Paths.push_back(ScratchPath);
284 ScratchPath.pop_back();
294 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 45 milliseconds