Searched refs:CurPath (Results 1 – 2 of 2) sorted by relevance
624 SmallVector<const CXXRecordDecl*, 20> CurPath; member637 assert(I < CurPath.size()); in checkFriendshipAlongPath()638 for (unsigned E = CurPath.size(); I != E; ++I) { in checkFriendshipAlongPath()639 switch (GetFriendKind(S, EC, CurPath[I])) { in checkFriendshipAlongPath()669 BasePrivateDepth = CurPath.size() - 1; in findFriendship()686 CurPath.push_back(RD); in findFriendship()689 CurPath.pop_back(); in findFriendship()696 assert(CurPath.empty()); in findFriendship()697 CurPath.push_back(Cur); in findFriendship()
527 SmallString<128> CurPath; in mangleName() local528 if (sys::fs::current_path(CurPath)) in mangleName()530 sys::path::append(CurPath, FName); in mangleName()531 return std::string(CurPath); in mangleName()