Searched refs:CurPath (Results 1 – 8 of 8) sorted by relevance
605 SmallVector<const CXXRecordDecl*, 20> CurPath; member618 assert(I < CurPath.size()); in checkFriendshipAlongPath()619 for (unsigned E = CurPath.size(); I != E; ++I) { in checkFriendshipAlongPath()620 switch (GetFriendKind(S, EC, CurPath[I])) { in checkFriendshipAlongPath()650 BasePrivateDepth = CurPath.size() - 1; in findFriendship()667 CurPath.push_back(RD); in findFriendship()670 CurPath.pop_back(); in findFriendship()677 assert(CurPath.empty()); in findFriendship()678 CurPath.push_back(Cur); in findFriendship()
604 SmallVector<const CXXRecordDecl*, 20> CurPath; member617 assert(I < CurPath.size()); in checkFriendshipAlongPath()618 for (unsigned E = CurPath.size(); I != E; ++I) { in checkFriendshipAlongPath()619 switch (GetFriendKind(S, EC, CurPath[I])) { in checkFriendshipAlongPath()649 BasePrivateDepth = CurPath.size() - 1; in findFriendship()666 CurPath.push_back(RD); in findFriendship()669 CurPath.pop_back(); in findFriendship()676 assert(CurPath.empty()); in findFriendship()677 CurPath.push_back(Cur); in findFriendship()
448 SmallString<128> CurPath; in mangleName() local449 if (sys::fs::current_path(CurPath)) return FName; in mangleName()450 sys::path::append(CurPath, FName); in mangleName()451 return CurPath.str(); in mangleName()
556 SmallString<128> CurPath; in mangleName() local557 if (sys::fs::current_path(CurPath)) return FName; in mangleName()558 sys::path::append(CurPath, FName); in mangleName()559 return CurPath.str(); in mangleName()
597 SmallString<128> CurPath; in mangleName() local598 if (sys::fs::current_path(CurPath)) in mangleName()600 sys::path::append(CurPath, FName); in mangleName()601 return std::string(CurPath.str()); in mangleName()
91 SmallString<80> CurPath;92 if (std::error_code EC = llvm::sys::fs::current_path(CurPath))94 FullPath.append(CurPath);
93 SmallString<80> CurPath;94 if (std::error_code EC = llvm::sys::fs::current_path(CurPath))96 FullPath.append(CurPath);