HomeSort by: relevance | last modified time | path
    Searched refs:ScratchPath (Results 1 - 2 of 2) sorted by relevancy

  /src/external/apache2/llvm/dist/clang/lib/AST/
CXXInheritance.cpp 51 ScratchPath.clear();
165 AccessSpecifier AccessToHere = ScratchPath.Access;
166 bool IsFirstStep = ScratchPath.empty();
208 ScratchPath.push_back(Element);
226 ScratchPath.Access = BaseSpec.getAccessSpecifier();
228 ScratchPath.Access = CXXRecordDecl::MergeAccess(AccessToHere,
235 if (BaseMatches(&BaseSpec, ScratchPath)) {
240 Paths.push_back(ScratchPath);
292 ScratchPath.pop_back();
302 ScratchPath.Access = AccessToHere
    [all...]
  /src/external/apache2/llvm/dist/clang/include/clang/AST/
CXXInheritance.h 147 /// ScratchPath - A BasePath that is used by Sema::lookupInBases
149 CXXBasePath ScratchPath;

Completed in 55 milliseconds