Searched refs:CurPath (Results 1 – 2 of 2) sorted by relevance
628 SmallVector<const CXXRecordDecl*, 20> CurPath; member641 assert(I < CurPath.size()); in checkFriendshipAlongPath()642 for (unsigned E = CurPath.size(); I != E; ++I) { in checkFriendshipAlongPath()643 switch (GetFriendKind(S, EC, CurPath[I])) { in checkFriendshipAlongPath()673 BasePrivateDepth = CurPath.size() - 1; in findFriendship()690 CurPath.push_back(RD); in findFriendship()693 CurPath.pop_back(); in findFriendship()700 assert(CurPath.empty()); in findFriendship()701 CurPath.push_back(Cur); in findFriendship()
545 SmallString<128> CurPath; in mangleName() local546 if (sys::fs::current_path(CurPath)) in mangleName()548 sys::path::append(CurPath, FName); in mangleName()549 return std::string(CurPath); in mangleName()