Searched refs:CurPath (Results 1 – 2 of 2) sorted by relevance
618 SmallVector<const CXXRecordDecl*, 20> CurPath; member631 assert(I < CurPath.size()); in checkFriendshipAlongPath()632 for (unsigned E = CurPath.size(); I != E; ++I) { in checkFriendshipAlongPath()633 switch (GetFriendKind(S, EC, CurPath[I])) { in checkFriendshipAlongPath()663 BasePrivateDepth = CurPath.size() - 1; in findFriendship()680 CurPath.push_back(RD); in findFriendship()683 CurPath.pop_back(); in findFriendship()690 assert(CurPath.empty()); in findFriendship()691 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.str()); in mangleName()