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

  /external/clang/lib/Sema/
SemaAccess.cpp 605 SmallVector<const CXXRecordDecl*, 20> CurPath;
618 assert(I < CurPath.size());
619 for (unsigned E = CurPath.size(); I != E; ++I) {
620 switch (GetFriendKind(S, EC, CurPath[I])) {
650 BasePrivateDepth = CurPath.size() - 1;
667 CurPath.push_back(RD);
670 CurPath.pop_back();
677 assert(CurPath.empty());
678 CurPath.push_back(Cur);
    [all...]
  /external/llvm/lib/Transforms/Instrumentation/
GCOVProfiling.cpp 448 SmallString<128> CurPath;
449 if (sys::fs::current_path(CurPath)) return FName;
450 sys::path::append(CurPath, FName);
451 return CurPath.str();
    [all...]

Completed in 77 milliseconds